Would like to change link properties in Suits theme.
-
Using Suits theme and have a couple CSS customization questions please!
I’d like links within posts (not the ones in the sidebar) to stand out just a bit more. Perhaps by slightly darkening the underline and changing it from a solid to a dashed line.
Also, is it possible to change the font color of the “Leave a comment” link under every post while leaving all the rest (Posted in, tagged, by) exactly the same?
Thanks so much!
The blog I need help with is: (visible only to logged in users)
-
Example CSS to make links within post stand out more as requested:
.entry-content a { color: #000; border-bottom: 1px dashed #000; }I can’t figure out how to style the “Leave a comment” text only, though. That particular part has no HTML id/class that can be targeted.
-
-
Hi there! further to the previous questions!
The Suits theme has styled all the links a certain colour – I’ve figured out how to change the colour of visited links this way:
a:active, a:hover {
color: #26A126;
}However, like jwilliamsatgrace, I’d like to change the colour of the links rights at the end of each post (all of them, not just the one link).
Was there a way to do them all with CSS?
many thanks,
-
For the links at the end of each post (I assume you mean the tags/category/date part), you can use this CSS:
.entry-meta a { color: #ee00ee; /* Example color */ } -
I was wondering if it is possible to change the default link colour without purchasing the theme??
Please let me know!! thanks!!!
-
The Suits theme itself is free, but I believe you would need to purchase the Custom Design/Custom CSS upgrade to change the default link color.
- The topic ‘Would like to change link properties in Suits theme.’ is closed to new replies.