How to change background in Meet Gavern panel?

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Feb 04, 2015 9:08 pm
How to change background in Meet Gavern panel?

Image
User avatar
Expert Boarder

GK User
Wed Feb 04, 2015 11:03 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Feb 05, 2015 10:49 am
Hi! Site now on local server.
You can say me what css to edit - I can't find...
Here your demo

https://demo.gavick.com/free/meetgavern/
User avatar
Expert Boarder

GK User
Fri Feb 06, 2015 10:06 am
You can try to use
Code: Select all
body > header {}

selector and set background with css, but without access to a live site I wont be able to help you with any problems.
User avatar
Moderator

GK User
Fri Feb 06, 2015 3:28 pm
Thanks for reply.

I add code

Code: Select all
body > header {
   background: gray;
}   


in file /templates/meet_gavern/css/override.css

but it changes background of header only in center.

Left and right blocks is still white:

Image

Here link to site:

http://moscowsmi.ru/
User avatar
Expert Boarder

GK User
Sun Feb 08, 2015 3:36 pm
I'n afraid without more advanced changes this cannot be fixed :(.
User avatar
Moderator

GK User
Sun Feb 08, 2015 7:35 pm
Cyberek wrote:I'n afraid without more advanced changes this cannot be fixed :(.


What is more advanced changes?

It's impossible to change background color in header area?
User avatar
Expert Boarder

GK User
Mon Feb 09, 2015 2:52 pm
The header is centered so you can't simply change the background as it is entire body element background. The only thing that comes to my mind is to add additional wrapper around header element and style that element's background.
User avatar
Moderator


cron