WBCE CMS – Way Better Content Editing.
You are not logged in.
Hello,
I have an issue with the header in the Andreas00 template.
When I replace the standard template image with a logo image, the website title and description appear
on top which is very ugly.
How can I make the image overide the text without removing the text itself as it is necessary on some browsers.
I have heard of header text image replacement but I do not know how to implement it.
Thank you and best regards
Offline
Find in /templates/andreas00b/andreas00.css lines 44f
#header h1 a,#header h1 a:hover {
padding:0;
}
#header p {
font-size:2.1em;
letter-spacing:-0px;
margin:0 0 5px 15px;
padding:0 0 0 3px;
}
and replace them with
#header h1, #header p {
display: none;
}
Offline
Wow, works perfect!
Thank you Florian for the exceptional support and the way you and the team show real dedication to make WBCE a really great CMS.
Offline
florian
Pages: 1