CSS Logo problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 30, 2013 11:21 am
Reply with quote
Report this post
Hello,

im using style 1 (orange + black)

changed logo in style1/images/logo.png (image is definatly there)

set custom CSS code as

#gkLogo.cssLogo {
background: url('../images/style1/logo.png') no-repeat 0 0;
height: 110px;
margin: 0 20px 0 -120px;
width: 395px;
}


but logo will not show up.. :?

screenshot attached

site is http://www.precisebusinessadvice.co.uk/dev

many thanks

Jamie
User avatar
Junior Boarder

Konrad M
Wed Jan 30, 2013 12:01 pm
Reply with quote
Report this post
Hi,
you added this to custom css not override.css file. Code from custom is added at the top of page. So basic folder where rule is looking background is 'layouts' not 'css'. If you add this to override.css file and enable override.css option in template settings it will work.
User avatar

GK User
Wed Jan 30, 2013 12:25 pm
Reply with quote
Report this post
Konrad M wrote:Hi,
you added this to custom css not override.css file. Code from custom is added at the top of page. So basic folder where rule is looking background is 'layouts' not 'css'. If you add this to override.css file and enable override.css option in template settings it will work.


Thanks Konrad - as every, very helpful :)
User avatar
Junior Boarder


cron