Change hyperlink color in Suits theme
-
I’ve read a lot of other posts and can’t seem to be able to find the code to change the link color in Suits theme, Help! :-)
-
The best way to do this is by using the Custom Colors feature.
But if you prefer to change entry and page content links directly with CSS, something like this will work:
.entry-content a, .comment-content a, .page-content a { color: red; }Finally, if you’d like to force all your links to be a specific color, give this a try instead:
a { color: red !important; }Bear in mind that any of these will require at least the Premium Plan.
-
-
@vinster82, it is a paid upgrade. I checked your account and do not see the Premium Plan.
You can try out and preview custom CSS before you buy as explained here.
- The topic ‘Change hyperlink color in Suits theme’ is closed to new replies.