Page 1 of 1

Changing heat clinic logo

Posted: Sun Mar 22, 2015 6:46 am
by yosra
Hi all ,

I am new to broad leaf and I want to change the heat clinic logo ,so I searched for " the heat-clinic-logo internal. png" in the "style. css " and replaced it with the new photo path , I restarted jetty demo , but nothing has changed .

here is the piece of code where I made the changes.

Code: Select all

#header_content #logo h1, #header_content_checkout #logo h1 {
        width: 299px;
        height: 101px;
       
        background: url('../img/bookstore.png') top left no-repeat;
        text-indent: -9999px;
        margin-top: -5px;
        display: block;
    }



thanks.

Re: Changing heat clinic logo

Posted: Tue Mar 24, 2015 3:15 pm
by yosra
Hi,

Today I reopened the demo-site and the logo changed I don't know how the problem was fixed I didn't change anything in the code .

Regards.

Re: Changing heat clinic logo

Posted: Mon Mar 30, 2015 11:36 pm
by phillipuniverse
Your browser might have had the old CSS cached. When you opened it up the next day your browser likely reloaded it.

Re: Changing heat clinic logo

Posted: Sun May 17, 2015 2:42 am
by prabhat.kataria
if you do not see your css changes you can try any of the following things:
1. force cache purge, hit ctrl+F5
2. clear browser cache

This will force browser to load latest css file.