Hi!
As the title says, i need to change these read/unread icons or their background while unread on forum index separately, without changing the color of main blocks and buttons. How can i do that?
regards and thanks for this really nice theme
How to change the read/unread icons on forum index? - damaïo
-
- Registered User
- Posts: 4
- Joined: Mon Jan 03, 2022 10:40 am
Re: How to change the read/unread icons on forum index?
Hello,
If you only want to change the background color of unread icons, you can use this rule:
I suggest you add it to the CSS Rules field of the “Damaïo configuration” extension to avoid modifying the original CSS file.
If you only want to change the background color of unread icons, you can use this rule:
Code: Select all
.row-item[class*="_unread"]::before {
background-color: new_color_here;
}
-
- Jr. Style Validator
- Posts: 990
- Joined: Sat Jan 07, 2012 4:16 pm
Re: How to change the read/unread icons on forum index?
Perfect!
I did it via css rules as suggested.
THX!
I did it via css rules as suggested.
THX!
-
- Registered User
- Posts: 4
- Joined: Mon Jan 03, 2022 10:40 am