Is it possible to create two versions of the logo?

March 2014 WordPress Theme
GK User
Thu Dec 04, 2014 11:49 am
Large - that is already in the template
Small - not a smaller version of a large, completely different that can be created separately!
User avatar
Senior Boarder

GK User
Thu Dec 04, 2014 8:16 pm
Yes, it's possible but with the CSS logo defined only. The second small logo you want to have next to the menu, when you scroll the page down, right? Please change the "Theme logo type" option from Template Options -> Theme branding tab into "defined in the CSS" and send me an URL to your website. (again :))
User avatar
Moderator

GK User
Fri Dec 05, 2014 12:30 pm
1."The second small logo you want to have next to the menu, when you scroll the page down, right?" - That's right
2. Can not turn on CSS 'cause it will load "News2" logo on already working site. Please tell me what to do next?
3. URL: http://www.qashqai-club.ru

ELSE:

4. When I scroll down page on the big screen (Desktop) menu looks like this: https://www.dropbox.com/s/fg1i57mbi7lyqw8/1.png?dl=0
User avatar
Senior Boarder

GK User
Mon Dec 08, 2014 12:33 am
Now add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
.svg a.cssLogo {
   background-image: url('../images/style1/your_logo_file');
}

.svg #gk-logo-small.cssLogo {
background-image: url('../images/style1/your_small_logo_file');
}


you can use completely different path to your uploaded logo files.

Regarding the screenshot, you have to much menu items and other elements are moved to the second line, try to use submenus (2nd menu level) to decrease your menu 1st level items amount.
User avatar
Moderator


cron