how to change "relate article" header color

Posted in: Newspaper
Post count: 3

้header color

i want to know how to change color of background and text in relate article
from post

Post count: 22421

Hello,

You can use a custom css code to change the colors:

.td-related-title .td-cur-simple-item:hover, .td-related-title .td-cur-simple-item{
color:grey!important;
}
.td-related-title .td-cur-simple-item{
background-color:red!important;
}

You can add the code in the theme panel->custom code section of the theme panel

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.