Logo size and colour

April 2014 WordPress Theme
GK User
Sat May 24, 2014 3:00 pm
hi there
i am using the "own" logo... but when i upload my file it keeps small dinemsions, and does not take on the dimensions i included in the dimension spaces provided in the template settings.
(it stays around 200px wide, whereas in the headr1 position i want it to be 500px wide)

also, one the demo - the header1 logo is white and menu is black, yet with own logo upload, both logos are the one colour... i cant find anything in the setup documentation on how to fix this - i want black in the menu area, and white in the header 1
User avatar
Platinum Boarder

GK User
Mon May 26, 2014 7:43 am
Hello,

Could you provide an URL to your website? (here or via PM) then I'll be able to help you - if you want 2 different logos, you have to use logo defined in CSS.
User avatar
Moderator

GK User
Fri Jun 13, 2014 3:12 pm
I have the same questions. Working on this site: klangregie.cc
User avatar
Expert Boarder

GK User
Mon Jun 16, 2014 8:36 am
Hi,

Please add this code into css/override.css file:

Code: Select all
#gk-logo.cssLogo {
height: 154px;
}

#gk-logo-small.cssLogo {
background: transparent url('../images/your-logo-on-white-background.png') no-repeat 0 0;
}


you have white logo, so you have to use another image for your logo-small.
User avatar
Moderator

GK User
Tue Feb 17, 2015 11:44 pm
Hi, I have the same problem... I wrote

#gk-logo.cssLogo {
height: 154px;
}

#gk-logo-small.cssLogo {
background: transparent url('../images/your-logo-on-white-background.png') no-repeat 0 0;
}

And it doesn't work!... disenogt.com it the url
User avatar
Gold Boarder

GK User
Wed Feb 18, 2015 11:31 pm
HI,

Where did you add this code? I can't see it and I hope you've replaced this path:
url('../images/your-logo-on-white-background.png')

You dont' have css defined logo, you have uploaded image logo, what exactly do you want to change?
User avatar
Moderator

GK User
Mon Feb 23, 2015 6:21 pm
Hi
I add this code in css/override.css file,
I just want to change the background logo, with another white logo

Thanks!
User avatar
Gold Boarder

GK User
Tue Feb 24, 2015 8:49 am
Could you send a screenshot with URL to your page and the logo marked? Because I'm not sure..
User avatar
Moderator

GK User
Wed Feb 25, 2015 4:49 pm
Hi, sure, here you have!

Thanks!
User avatar
Gold Boarder

GK User
Wed Feb 25, 2015 10:45 pm
Ok, and could you please send me your website backend access? Because coming soon mode is active and I probably remove your previouse PMs.
User avatar
Moderator

GK User
Tue Mar 03, 2015 10:02 pm
Hi Piotr!

I have problem with the logo on the movil, I attach a picture. Help me please!
User avatar
Gold Boarder

GK User
Tue Mar 03, 2015 11:21 pm
You can use another (smaller) logo image for mobile devices, try to add following code into css/override.css file:
Code: Select all
@media (max-width: 820px) {
    .svg #gk-logo.cssLogo {
       backgorund-image:  url('');
    }
}
User avatar
Moderator

GK User
Wed Mar 04, 2015 5:41 am
Hi Piotr!

It doesn't work :unsure: ... any other idea?
User avatar
Gold Boarder

GK User
Wed Mar 04, 2015 5:44 am
I try with an image with dimensions of: 75 x 32 pixels and other with 100 x 43 pixels..... and it doesn't work!
User avatar
Gold Boarder

GK User
Wed Mar 04, 2015 9:14 am
I can't see your code in override.css file. If it doesn't work, please leave the code so I am able to analyze it on your website.
User avatar
Moderator

GK User
Wed Mar 04, 2015 4:21 pm
.svg #gk-logo.cssLogo {
background-image: url('http://disenogt.com/wp-content/uploads/2015/02/Logo-Blanco.png');
height: 200px;
width: 400px;
}
.svg #gk-logo-small.cssLogo {
background-image: url(http://disenogt.com/wp-content/uploads/ ... 0-x-86.png);
background-position: center center;
background-size: 100% auto;
height: 52px;
margin: 0 25px 0 0;
width: 110px;
}
@media (max-width: 820px) {
.svg #gk-logo.cssLogo {
backgorund-image: url('http://disenogt.com/wp-content/uploads/2015/03/LOGO-BLANCO-Movil-75-x-32.png');
}
}


Thanks Piotr!
User avatar
Gold Boarder

GK User
Fri Mar 06, 2015 9:05 am
Sorry, I've mada a mistake in this part:
Code: Select all
@media (max-width: 820px) {
    .svg #gk-logo.cssLogo {
       backgorund-image:  url('http://disenogt.com/wp-content/uploads/2015/03/LOGO-BLANCO-Movil-75-x-32.png');
    }
}


should be background-image (not backgorund), please change it and should be ok.
User avatar
Moderator

GK User
Tue Mar 10, 2015 10:43 pm
thanks!!! it working now!!!
User avatar
Gold Boarder


cron