Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • yasmagic Friend
    #154440

    I want to change the background color of the logo/search header to white, and insert my own custom logo. How can I do that?

    Thanks.

    aman204 Friend
    #355968

    Change this::

    h1.logo a {template.css (line 342)
    background:url(“../images/logo.png”) no-repeat scroll left center transparent;
    display:block;
    height:80px;
    width:220px;
    }

    to

    h1.logo a {template.css (line 342)
    background:url(“../images/logo.png”) no-repeat scroll left center #fff;
    display:block;
    height:80px;
    width:220px;
    }

    Quick way would be to change the image path above accordingly to your logo image::

    ../images/logo.png

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 14 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum