Change color of links in widgets
- The topic ‘Change color of links in widgets’ is closed to new replies.
Need help? Check out our Support site, then
How do I make the links in the widgets the color of the text?
Hi there
By default the link colours are all the same. This makes it easier for users to tell what they can click on.
If you want to change the colours of links in widgets you can use the following custom css:
.widget a {
color: #f00;
}
#f00 is the code for red. You can pick a colour here: https://prothemedesign.com/tools/color-picker/