🙂 Hi there, now it works!!! thanks a lot. Have a good day!!!:laugh:
Hi, I added this to the custom but nothing changes!
.logo-image a {
background-image: url(“../images/logo.png”);
background-repeat: no-repeat;
width: 190px;
height: 35px;
}
scala.andrescala.com
Thanks
¿have you cleaned cache?
You can look at http://www.scala.andrescala.com
If I change with firebug this css:
.logo h1, .logo h1 a {
height: 35px;
margin-top: 10px;
width: 195px;
}
It changes; if I add that to custom nothinf happen!
In costum I have this now:
.logo-image a {
background-image: url(“../images/logo.png”);
background-repeat: no-repeat;
width: 190px;
height: 35px;
}
Weird!
@andrescala,
<blockquote>You can look at http://www.scala.andrescala.com</blockquote>
Your site used retro theme as default template, thus please open the file: templatesja_onepagelessthemesretrotemplate.less and change
From
[PHP].logo-image a {
background-image: url(../../../images/themes/retro/logo.png);
height: 17px;
width: 99px;
}[/PHP]
To
[PHP].logo-image a {
height: 35px;
width: 190px;
}[/PHP]
I see, but, why I can’t add that to my custom.css ?
It’s more easy if I update the theme to don’t loose that settings right?
Regards
edit. well, nothings changes again =S
@andrescala
<blockquote>edit. well, nothings changes again =S</blockquote>
Because you choose option: Development Mode = OFF, you need complies less to css. Otherwise, you add this rule into the templatesja_onepagecsscustom.css file:
[PHP].logo-image a {
height: 17px !important;
width: 99px !important;
} [/PHP]
This topic contains 22 replies, has 11 voices, and was last updated by Hayden A 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum