Change sub-footer text accent color

Posted in: Newspaper
Post count: 2

Hello,

I am facing an issue on my webstite.
I would like to change the accent color of the sub-footer text but the THEME ACCENT COLOR setting changes the color for the entire theme. Is there a way to change just add a specific accent color only to the sub-footer text ?

Thank you for your help

Post count: 22421

Hello,

You can change the sub-footer text color from the theme panel: http://screencast.com/t/mzmgSpXYk
You can read more about theme color in our documentation: https://forum.tagdiv.com/theme-colors-introduction/

Thank you!

Post count: 2

Thank you for your answer,

I had already seen the sub-footer text setting, what I am looking for is a way to put a different hover color on the sub-footer text than on the rest of the text (ex: different hover color for sub-footer text and header/body text)

Is there a way I can do that ?

Thank you

Post count: 22421

Hi

You can override the theme accent color using custom CSS. Just add this code in the theme panel->custom css and the sub-footer hover color will be different from the rest of the site:
.td-subfooter-menu li a:hover {color: red;}
I set it to red, but you can use another color if you wish. You can chose a color using one of the theme panel’s color pickers and copy the color code.
I hope this helps

Thank you!

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