HI,
if i change the original link color on the page (it is now orange) it also change to color of the buttons.
how to only change this word (link) to black, with mouse over to orange
Hey BPC,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_color a, .main_color a strong {
color: inherit;
}
Best regards,
Yigit
thanks, your the best