Hey,
i changed the logo of my site and now the complete header is a link to the "home-page".
can i change this?
It should be the 200x100px area of the logo, not the complete header :D
Greets, Daniel
Hey,
i changed the logo of my site and now the complete header is a link to the "home-page".
can i change this?
It should be the 200x100px area of the logo, not the complete header :D
Greets, Daniel
Hi Daniel,
Try to add this code in your Quick CSS or custom.css:
#top .logo, .logo a {
height: 100px;
width: 200px;
}
If that doesn't work, replace the code above with this code:
#top .logo, .logo a {
height: 100px !important;
width: 200px !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.