Hi Enfold-team,
I want to change the link color of ALL links to #d92b6d. I does not matter where I want to use link (pages, blogentries, etc.)
Any idea how to fix this?
Thanks
Joachim
Hi there,
i am not part of the Enfold-team but you can see how to customize links with CSS here: http://www.w3schools.com/css/css_link.asp
Here you can see where you can add custom CSS: http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
But I’d suggest using a child theme and put the code into the style.css file of the child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
To change the properties of all states of a link you can use:
a {
color: #d92b6d !important;
}
The “!important
” is needed to overwrite other definitions.
cheers
Hi!
Thank you for using Enfold.
You can follow @Flikk’s suggestion. Or change the Highlight Color on Enfold > General Styling. :)
Regards,
Ismael
okay thanks for your help!
Have a nice day, stay save!