MyBB Community Forums

Full Version: myalert 1.8 text push back
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1: access /usercp.php User menu, the myalert menu on the sidebar.
2: can not share the site as it is closed from public view via htaccess file.
3: new installation of 1.8
4: none
5:
 [Image: c3c2bb43a7b67e873666cf38bfaa31ec.png]
6: I tried to figure it out but alas to no avail all the other settings are perfect, I was in "myalerts_usercp_nav" maybe I am doing something wrong, but much help would be greatly appreciated 


My OCD is triggering me lol.


sorry if i posted this in the wrong forum section.
Looks like your theme uses FontAwesome to provide icons. MyAlerts has a default stylesheet ("alerts.css") that uses image icons for the user CP menu. You'll need to change the CSS in ACP > Templates & Style > *YOUR THEME* > alerts.css.

Specifically, you will need to change these lines:

.usercp_nav_myalerts {
    background: url(images/usercp/transmit_blue.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_all {
    background: url(images/usercp/delete.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_read {
    background: url(images/usercp/bin.png) no-repeat left center;
}
(2017-02-28, 10:49 AM)Euan T Wrote: [ -> ]Looks like your theme uses FontAwesome to provide icons. MyAlerts has a default stylesheet ("alerts.css") that uses image icons for the user CP menu. You'll need to change the CSS in ACP > Templates & Style > *YOUR THEME* > alerts.css.
thank you i fixed it Smile