Logo H1 and div

GK User
Wed Feb 08, 2012 12:11 pm
My site - http://normatesta.ru/

I replaced the logo.php H1 tag on the tag DIV -
logo1.png

With these settings -
logo2.png

I see the following -
logo3.png

Why do I see the text of what I'm doing wrong?
If I leave the default file is tagged with h1.
User avatar
Expert Boarder

GK User
Wed Feb 08, 2012 12:13 pm
In the continuation of the last post (do not attach a forum for more than three pictures.)
If I leave the default file with tags h1? I get it -
logo4.png

What css files contains header styles for template styles?
User avatar
Expert Boarder

Konrad M
Wed Feb 08, 2012 12:26 pm
Hi
It should be template.css and if logo have diffrent colors style1.css,style2.css etc.
User avatar

GK User
Wed Feb 08, 2012 12:56 pm
You do not understand the question.? Why is the text crawls at a standard file logo.php and why replacing h1 tag to the DIV tag is changed format logo.
Template Settings do not change!
Explain how the logo works in this template?
User avatar
Expert Boarder

Konrad M
Thu Feb 09, 2012 12:44 pm
In template.css you find selectors
Code: Select all
h1#gkLogo
h1#gkLogo a img
h1#gkLogo a.cssLogo
h1#gkLogo a.cssLogo + span
h1#gkLogo.text
h1#gkLogo.text a
h1#gkLogo.text a
h1#gkLogo.text a > span
h1#gkLogo.text .gkLogoSlogan

beacause you have changed h1 to div this rules don't work anymore. Change h1 in selectors to div
User avatar

GK User
Thu Feb 09, 2012 7:10 pm
Thank you!
User avatar
Expert Boarder

Konrad M
Fri Feb 10, 2012 3:24 pm
Welcome.
User avatar


cron