damaïo

How to change the read/unread icons on forum index? - damaïo

How to change the read/unread icons on forum index?

by cyclist » Tue Dec 10, 2024 9:34 am

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
cyclist
Registered User
Posts: 4
Joined: Mon Jan 03, 2022 10:40 am

Re: How to change the read/unread icons on forum index?

by cabot » Tue Dec 10, 2024 4:25 pm

Hello,

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;
}
I suggest you add it to the CSS Rules field of the “Damaïo configuration” extension to avoid modifying the original CSS file.
User avatar
cabot
Jr. Style Validator
Posts: 990
Joined: Sat Jan 07, 2012 4:16 pm

Re: How to change the read/unread icons on forum index?

by cyclist » Thu Dec 12, 2024 9:04 am

Perfect!

I did it via css rules as suggested.

THX!
cyclist
Registered User
Posts: 4
Joined: Mon Jan 03, 2022 10:40 am