Hide tags for Bueno theme
-
Hi,
I’m extremely new to blogging and don’t know anything about html or css. I am trying to hide the tags at the bottom of my posts. I use the Bueno theme and my blog is lovealamode.wordpress.com . Thanks in advance for the help
-Rachel.The blog I need help with is: (visible only to logged in users)
-
I’m not very experienced with Bueno but if there isn’t an option to hide tags/categories under each post you probably need the Custom CSS upgrade to hide the tags.
-
The following CSS hides the categories and then aligns the author section to the right otherwise it sits in the middle with a large amount of white space to the right of it.
.categories { display:none; } .author { float:right !important; text-align:right; margin-right:10px; } -
This is only possible with the paid CSS upgrade and it will only work in the more recent versions of the better browsers (basically it won’t work for visitors using Internet Explorer). You can trial the code before you buy, here’s the line to paste into the CSS edit box.
.post p:nth-last-child(1) {display:none;} -
-
-
@nanou456: You don’t need to translate code into French :-)
However, if you have questions in French in the future, this is the place to go:
Forums WordPress.com en français
- The topic ‘Hide tags for Bueno theme’ is closed to new replies.