Jump to content

Logo problem cannot find code.


Recommended Posts

I am using LeoTheme and asked where I could adjust the size of my logo. However, they did it for me. Not what I wanted as I had not uploded the logo I wanted to use nor did the size change. I was and wish to use logo located as shown in the global.css that I uploaded and replaced with mine via FTP.

.header-stack-left .header-center #header_logo a {
  background: url(../img/logo_2.png) no-repeat top left transparent;
  display: block!important;
}

However, after they changed it I am now using the logo uploaded via prestashop Prefrences/Themes. When I right click my logo use FireFox and Inspect Element it shows this:

<div id="header_logo" class="col-lg-3 col-md-3 col-sm-5 col-xs-5 col-sp-12">
                                <a title="Fairytale Clip Art" href="/shop/">
                                    <img class="logo img-responsive" width="450" height="128" alt="Fairytale

Clip Art" src="http://fairytaleclipart.com/shop/img/fairytale-clip-art-logo-1424427424.jpg"></img>

I cannot find where they added this code nor how to change it. I would like to go back to they way it was and not use the uploaded version. Can someone point me in the right direction.
 

Thanks,

Barb

 

PrestaShop: v1.6.0.11

Template: LeoFreshStore - Large Boxed - Stacked Left - Jungle Green

Site: FairyTaleClipArt.com/shop

 

Link to comment
Share on other sites

Go to the themes folder and look to the header.tpl file

The code in the header.tpl on the site in question is the same as the header.tpl in my other site. However, the default is to use the logo_2.png not the uploaded via prestashop until LeoThemes changed it. What I am trying to figure out is what is forcing it to use the PrestaShop uploaded version and how to change it back.

 

Changed Site

Unchanged Site

 

Thanks,

Barb

Edited by FairyDreamLand (see edit history)
Link to comment
Share on other sites

Both Global.css files seem to point to logo_2.png but the two images are different look in the img folder and see if they renamed the image.

Without access to files hard to say if the header.tpl logo script was not changed.

If they changed it have them fix it.

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...