Bueno Theme – Title, search, etc…
-
Hi, I’m trying to do some changes on the CSS of my Bueno theme at “http://blogdaadri.com.br/”. I read some topics here but I couldn’t find the answer. Can someone help me? Here is what I need:
– I’d like to remove the large title from the top. I just got to change it’s color. In the code, I also tried to change the font typq and size (originally Impact) and it didn’t work. But the best would be to simply remove it, since I have the blog name in my header image.
– I also would like to remove the search bar at the top, since I have this widget in my right column.
– And to change the border color around my header image?I think that’s all for now. Thank you anyone!
The blog I need help with is: (visible only to logged in users)
-
This will hide the site title, the search box and the black bar at the top.
#logo, #navigation { display: none; }This is where you can change the border on the header.
#header-image img { border: 5px solid #EFEFEF; } -
-
- The topic ‘Bueno Theme – Title, search, etc…’ is closed to new replies.