Link color changed
-
The links in my blog (suits theme) used to be colored. Last week I started the free trial of the upgrade and now they are no longer colored. They just have a faint gray underline which is difficult to see. How do I make them colored again and why did upgrading change that feature?
The blog I need help with is: (visible only to logged in users)
-
Hello Carie!
Open the Customizer and see if you have made any changes to Colors & Backgrounds.
The color palette/scheme that you choose there affects your link color as well. See if you want to change anything there.
If you don’t want to change the entire color scheme, you will have to enter the following code in the CSS section of Customizer:
.entry-content a, .comment-content a, .page-content a { color: #b00; }In the above code, #b00 is the previous link color. You can change this value to set a different color, according to your liking.
-
-
- The topic ‘Link color changed’ is closed to new replies.