Confit theme changes
-
Hi everyone,
I’m becoming desperate here…I changed the theme of my blog to the Confit theme and I need help.
1) There’s a vertical line next to every post title. How do I remove it?
2) How do I hide tags from showing? I can’t use the “hide entry meta” because that hides everything. There has to be a way of hiding the tags only, but I’m not a CSS person, so I don’t know how to do it.Thank you!
The blog I need help with is: (visible only to logged in users)
-
Sorry guys and gals, I went back to my previous theme. I still have some questions about it – Blogum theme, but I’d made a topic about it already.
https://en.forums.wordpress.com/topic/older-posts-and-you-may-also-like?replies=2#post-1122643
-
To answer the original questions:
1) There’s a vertical line next to every post title. How do I remove it?
.entry-title { border-left: none; } -
2) How do I hide tags from showing? I can’t use the “hide entry meta” because that hides everything.
.tag-links { display: none; } -
I love the Confit theme, and I was just wondering if you would mind posting about why you switched themes (I’m just curious). :)
-
.tag-links {
display: none;
}
where to paste this.i am new to wp, my blog comicales.com
thanks
-
@comicales, if you are using WordPress.com, you should paste CSS code like that into your Appearance → Custom Design → CSS page.
-
- The topic ‘Confit theme changes’ is closed to new replies.