Tagged: tags
- This topic has 2 replies, 2 voices, and was last updated 11 years, 3 months ago by
Sebastian.
-
AuthorPosts
-
March 14, 2014 at 3:53 am #21327
Sebastian
MemberHi!
I’ve been trying to change the style of my post tags for the last few hours, but just can’t figure it out.
So far I’ve learned that if I add this to the custom CSS…:
.entry-meta .in-tag { color: #ffffff; background-color: #0088cc; padding: 5px; }
…I get pretty close to getting what I want.
Ofc it’s far from correct, but at least I’ve been able to manipulate the part of the site that I want to.What I specifically want, is for my post tags (not the text saying “tagged”) to have a background color of #0088cc, a padding of 5px (preferable with rounded corners) and the text changed to white.
My goal is to make the tags Pop, so that people notice them more.Now, how do I do this?
Thanks in advance.
March 14, 2014 at 10:56 pm #21350Sakin
Keymaster@Eklundz: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .in-tag a { background-color: #0088cc; padding: 5px; color: #fff; -moz-border-radius: 5px; border-radius: 5px; }
March 18, 2014 at 6:55 pm #21707Sebastian
MemberHi Sakin, thanks for the reply.
However, I managed to solve the problem my self.I added this to the Custom CSS part in the Theme options:
footer span[class="in-tag"] a { color: #ffffff; background-color: #0088cc; padding: 3px; border-radius: 8px; font-family:Verdana; }
Thanks anyway though.
-
AuthorPosts
- The topic ‘Change style of Post Tags’ is closed to new replies.