Hide top bar in Bueno
-
Hi!
I have a norwegian blog about cycling at http://bremseklossen.wordpress.com/. I really like the Bueno theme, but I don’t like the black top field with the search bar. Is it possible to remove this?
You can translate the page to English at the Translation page.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Yes, it can be done with CSS which would require the Custom Design upgrade. It would be best to have some familiarity at least with CSS, but hiding the top is quite easy. This would be the code. You can go to appearance > custom design and to the CSS tab and then put the following in and use the preview button to see what it would look like.
#navigation { display: none; } -
-
- The topic ‘Hide top bar in Bueno’ is closed to new replies.