How to make logo bigger in Boutque ecommerce template

GK User
Sun Sep 30, 2012 3:06 pm
Hi, I need to modify Boutique ecommerce template and change logo size. My logo need to be bigger. How I can modify this area and where custom CSS code should be added?
User avatar
Expert Boarder

GK User
Sun Sep 30, 2012 10:32 pm
Hi

First i recommend that you enable the use of css override on template parameters > advanced settings.

Them from boutique template directory open ../css/override.css file and add this lines with your own width and height values in pixels:

Code: Select all
/* Logo  */
h1#gkLogo {
   width: ?px;
   height: ?px;
}

h1#gkLogo a img {
   height: ?px;
}

h1#gkLogo a.cssLogo {
   height: ?px;
   width: ?px;
}



Cheers
User avatar
Platinum Boarder

GK User
Mon Oct 01, 2012 9:31 pm
thanks..
User avatar
Expert Boarder

GK User
Mon Nov 05, 2012 6:31 pm
Seichinha wrote:Hi

First i recommend that you enable the use of css override on template parameters > advanced settings.

Them from boutique template directory open ../css/override.css file and add this lines with your own width and height values in pixels:

Code: Select all
/* Logo  */
h1#gkLogo {
   width: ?px;
   height: ?px;
}

h1#gkLogo a img {
   height: ?px;
}

h1#gkLogo a.cssLogo {
   height: ?px;
   width: ?px;
}



Cheers




unfortunately does not work!!! What can l do?
User avatar
Expert Boarder

GK User
Sun Nov 25, 2012 1:43 am
Hi again

Sorry about the delay.
Please show me your website.
User avatar
Platinum Boarder


cron