Problem with logo

If you are planning to organize any conference or festival, there are many ways to get help via our forum.
GK User
Tue Aug 26, 2014 1:11 pm
I'm not familiar with WP therefore I have a problem with customizing theme.

I would like to have other logo in a header (white) and other in a menu (white), in Joomla it would be easy. ;)

How can I do this?
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 2:00 pm
Hi,
You have to use logo defined by CSS to do this.

Use this code to add logo in the header:
Code: Select all
#gk-logo-css-big {
   background-image: url('yourimage_path.jpg')!important;
}


and this one to add the logo in the menu:

Code: Select all
#gk-logo-css.gk-small-logo {
   background-image: url('yourimage_menu_path')!important;
}
User avatar
Moderator

GK User
Tue Aug 26, 2014 2:04 pm
Thank you very much.

And I have one more question:

Is it possible to set a static logo (always like on the screen, on the center, above menu)?
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 2:29 pm
Sorry, but I don't understand. Do you want to have the logo not in the menu on the left, but centered? Could you give me some screenshots or URL to your website?
User avatar
Moderator

GK User
Tue Aug 26, 2014 2:44 pm
To be honest, I had changed my plans (I won't use static frontpage) before you responded and now I would like to have centred logo.
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 3:01 pm
In general, I would like to have always centered logo instead of right.
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 3:09 pm
I forgot about screen.

Always like this:
User avatar
Junior Boarder

GK User
Wed Aug 27, 2014 7:21 am
It's possible I think, but I need to see your website to help you with that. (could you send me a PM with the URL?)
User avatar
Moderator

GK User
Wed Aug 27, 2014 12:50 pm
I will send you link tomorrow because now I have a problem with server.

And I have the last question - Is it possible to use a header (with a picture) with news page?
I suppose that it is impossible but I would like to be sure.
User avatar
Junior Boarder

GK User
Wed Aug 27, 2014 1:53 pm
Generally, it's not possible (the same layout as on the frontpage), but you can try to add text widget into your header widget area and specify widget rules to display it only on news page.
User avatar
Moderator


cron