Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I want to change the color of normal links in the content. Is the primary accent color meant for this? Unfortunately they don’t change when changing the Primary Accent Color (menu works) or Links Color.
Or should I just add the color to the CSS?
Thanks & regards
Gilles
Hello,
The links do get the primary color set up, but that is for when you are hovering them. Not in normal state.
To change the color in normal (not clicked or on mouse over) state, please add this code into your custom css box:
a {color: #222222 !important;}
Change the color to your wish.
Let us know.
Best regards!
thanks Mihaila.
I will change it in the custom css then.
You must be logged in to reply to this topic.