Bueno Theme: How can I take off the header image box
-
I uploaded an image to see how the header looked like. I didn´t liked it at all so I removed it, but it still shows the big header box.
How can I delete that box and stay with my original Bueno look without the header? I don’t have access to CSS and don’t know how to use it… Is there anyway to do it without accesing to the CSS?
The blog I need help with is: (visible only to logged in users)
-
-
i have the same problem, try to use the header box till wordpress.com answer us,
I have to use it, look my case http://redondofilloy.wordpress.com -
-
I had to buy the CSS Editor and change the values:
#header-image { clear: both; padding: 12px 0 0 0; }
#header-image img { border: 5px solid #efefef; clear: both; }For:
#header-image { width:0; height:0; clear:both; padding:0; }
#header-image img { width:0; height:0; border:0; clear:both; } -
No, there is a problem with both at least Bueno and Modularity Lite. See this thread
https://en.forums.wordpress.com/topic/how-to-delete-custom-header?replies=11
-
-
We’ve fixed the Modularity Lite issue and are currently investigating the problem with Bueno.
-
- The topic ‘Bueno Theme: How can I take off the header image box’ is closed to new replies.