how do I make my body links to appear with color?
- The topic ‘how do I make my body links to appear with color?’ is closed to new replies.
Need help? Check out our Support site, then
I have internal links that were part of the main body of my text (not links in the main header) that are no longer a bold color. They are only noticeable as links because there is a small line under them. I would like to change this so that the links are a different color. How can I do this.
The blog I need help with is: (visible only to logged in users)
Hi there,
You could add a little color to those links by adding some Custom CSS in Appearance > Customize > CSS. The following CSS will turn the links the red color you have on your buttons.
.post-content a { color: #B20142 }
Looks great. Thanks