Jump to content

Forums Icon Color


xultraprimex

Recommended Posts

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.

colored.PNG

grayed.PNG

Edited by xultraprimex
Link to comment
Share on other sites

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! 

colored.PNG

grayed.PNG

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

  • Upvote 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

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

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...