Jump to content

SOLVED: Different top logo for different category pages


OswaldStage

Recommended Posts

I found the piece of code in the header.tpl file but couldn't figure out how to replace it, since im not that good in scripting. But i did manage to do it using only CSS, it might not be the cleanest piece of code but it works!

 

.categoryname .logo {
    display: block;
    box-sizing: border-box;
    background: url(*img link*);
    width: 350px;
    height: 99px;
    padding-left: 350px;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...