test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • hbms Friend
    #159732

    I was able to change logo for front page, but when I go to a specific section, it still shows the old one up top.

    Which css file addresses this?

    aman204 Friend
    #375057

    You can make changes as follows as you would be using quickstart package, I assume::

    You can update logo in this directory with your own::

    templates/ja_teline_IV/images/logo.gif

    <blockquote>but when I go to a specific section, it still shows the old one up top.</blockquote>

    For this, You can change this::

    h1.logo a {template.css (line 548)
    background: url(“../images/logo.png”) no-repeat scroll left top transparent;
    display: block;
    height: 57px;
    width: 222px;
    }

    to

    h1.logo a {template.css (line 548)
    background: url(“../images/logo.png”) no-repeat scroll left top transparent !important;
    display: block;
    height: 57px;
    width: 222px;
    }

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

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

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