change link color in single post smartlist

Posted in: Newspaper
Post count: 36

Hello, where can I change the text color of links on a single smart list page?

Post count: 27744

Hello,

You need to use a custom code like this .tdb-sml-description a
{
color:red;
}

Set the code in Theme Panel – Custom code – custom CSS.

Thank you!

Post count: 36

Thank you. Please add the hover color code to it as well.

Post count: 27744

Hi,

Please use this code

.tdb-sml-description a:hover
{
color:blue;
}

Thank you!

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