Adding new color for theme and adjusting logo size

GK User
Sat Apr 28, 2012 12:58 pm
I have searched the forum for information on my issues, but have not been successful in finding it.

My two questions are -

1) Boutique template offers red, blue, violet color options. How can I add my own color and set that as default?

2) The logo for the template on the top left corner logo_light and logo_dark, where or how can I adjust the CSS so that I can add a bigger logo or a logo with a different size where it won't get cut out?

Thanks.
User avatar
Junior Boarder

GK User
Sat Apr 28, 2012 4:41 pm
Hi,

1, This requires much customization into the template and is not supported. You can do it by your own if you are very clear and familiar with Gavern framework and good at coding.

2, Add this code to CSS Override to change the size (111x222 in this example):
Code: Select all
h1#gkLogo{
width: 111px !important;
height: 222px !important;
}
User avatar
Platinum Boarder

GK User
Sat Apr 28, 2012 5:42 pm
Thank you, for Question #1, would it be easier if I modified an existing color style? Such as the violet color into #4b983c? If so, would you be able to tell me which color code I should be replacing in which files?

For Question #2, I added in the code specific to the dimensions of my logo, it looks like the height of the box definitely expanded but my image still appears cut off. Very Odd. I have PMed you the link to my website in question. Thanks in advance.
User avatar
Junior Boarder

GK User
Mon Apr 30, 2012 3:10 pm
The logo is cut off because its wrapper is not height enough, add this code to fix:
Code: Select all
h1#gkLogo a.cssLogo{
height: 66px!important;
}

If you want to customize template color, I can only give you a general instruction like changing color code in \templates\gk_boutique\css\style1.css and set template color to "Style 1" in template setting, you should research to learn to use Firebug as well to help you work with css more easily.

Cheers,
User avatar
Platinum Boarder

GK User
Sat May 05, 2012 3:54 pm
Thanks, got the color I wanted.
User avatar
Junior Boarder

GK User
Wed May 09, 2012 1:16 pm
I'm glad to know that, well done! And just feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder

GK User
Wed May 09, 2012 1:46 pm
Don, I do need other help, I posted in another thread and have received no support or assistance with my issue - please see this link - https://www.gavick.com/forums/boutique/ ... 16297.html

I hope you do not ignore this. Thanks.
User avatar
Junior Boarder

GK User
Thu May 10, 2012 3:06 pm
Hi buddy,

I'm sorry for that, I will check if I can help you with that issue.

Cheers,
User avatar
Platinum Boarder

GK User
Thu May 10, 2012 3:08 pm
Thanks, I sent you the admin and ftp info via PM.
User avatar
Junior Boarder

GK User
Thu May 10, 2012 3:44 pm
I have just replied you there already. We should move to that and leave this topic Solved.

Thanks,
User avatar
Platinum Boarder


cron