xultraprimex 0 Posted March 5, 2019 Share Posted March 5, 2019 (edited) I am using the theme Villain 4.3 for right now and I selected all my custom forums icons and for some reason when I am logged in all the icons are gray and when Im not logged in they are normal colors?? I want them to be normal colors all the time! Please and Thank you! What I mean by logged in or not. If I am logged in as a member or admin or anything it shows gray. But If I am not logged in (Guest) It shows full colors. Edited March 5, 2019 by xultraprimex Link to comment Share on other sites More sharing options...
Cookie Monster 673 Posted March 5, 2019 Share Posted March 5, 2019 3 minutes ago, xultraprimex said: I am using the theme Villain 4.3 for right now and I selected all my custom forums icons and for some reason when I am logged in all the icons are gray and when Im not logged in they are normal colors?? I want them to be normal colors all the time! Please and Thank you! The theme is using 2 different icons depending on if they are read or not. you would need to change the icons in admincp under theme and resources i believe. If it was font awesome you could use CSS to style them but these are normal icons Possible if it's written with CSS you can select to NOT to greyfilter it. https://www.w3schools.com/csSref/css3_pr_filter.asp 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
xultraprimex 0 Posted March 5, 2019 Author Share Posted March 5, 2019 Thank you If anyone needs help fixing this issue just edit the theme with notepad ++ Goto Line 7186 and make it look like this /* Faint 'read' icons, if a 'read' icon isn't uploaded */ {{if !theme.ficon_image}} .focus-member .ipsItemStatus.ipsItemStatus_large.ipsItemStatus_read, {{endif}} .focus-member .ipsItemStatus_custom.ipsItemStatus_read{ opacity: 1; } /* Make icons full visibility for guests */ .focus-guest .ipsItemStatus.ipsItemStatus_read{ opacity: 1; } Link to comment Share on other sites More sharing options...
titcrunch 182 Posted March 5, 2019 Share Posted March 5, 2019 never edit xml of theme is a very bad choice juste add this code in your custom css in admin cp why ? because : - for each update you need remake this change - for neophyte you can make a error and broke your theme Best Regards Titcrunch French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design. Link to comment Share on other sites More sharing options...
Recommended Posts