Tagged: link color
Hello!
I have seen in other threads on how to add code if you want your link color to be different than your primary color for bolded words. I have my hoover the color I want but I’d really like the linked words to be a different color. In this case, I’d like my linked words to be the same color as the color I’ve chosen for my hoover color :#679782.
What would this code look like for my blog?
I’ve included a page in the private content for example.
Thanks!!
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.main_color strong {
color: #679782;
}
Best regards,
Yigit
This worked! But now I can’t seem to wrap my head around how to make the linked words a different color from the bolded words. I’d like the linked words to be #679782 and the bold words #030303.