pappe
Forum Replies Created
-
Hi,
this code work for me to get the header transparent:
body #page {background:transparent;}Now the complete body is transparent and I have to add the following, to get the content background white again:
#primary {background-color:#fff;}This works but there is one poor issue. A small bar between the navigation bar and the content is still transparent. I have searched and tried to find the responsible CSS code, but there are several lines for that in the css file.
Is there any other “easy” way to get only the header image background transparent?
Forum: Fixing WordPress
In reply to: Transparent Header Background (Twenty Eleven)I am also trying to get the header transparent and can not do it.
I´ve added this to my child theme style.css:
#branding { border-top: 0px solid #bbb; background-color: transparent; }The border command work but the background is white. I have checked the “Header Background field” in Theme Options page. When I delete the standard #fff code and save the settings, the standard will appear again. Is there another plane (like body etc.) which is between the header image and the background image?
Here is the site I am talking about:
Thanks!
Martin
Forum: Fixing WordPress
In reply to: comments 404 error – never ending storyThaaaaanks a lot – the odyssey has an end!
I changed line 71 as you suggested and that solved the problem!
Have a nice evening!
Martin
Forum: Fixing WordPress
In reply to: comments 404 error – never ending storyThanks for reply. In the comments.php line 71 there is this code:
<input type="hidden" value="<?php echo urlencode(get_permalink()); ?>" name="redirect_to" id="redirect_to" />The string value=”http%3A%2F%2Fhoffmann-bauunternehmen.de%2Fgaestebuch%2F” I can not find ?!?