Tagged: logo area
Hi,
I am trying to achieve the following with the header area and nav menu:
https://www.dropbox.com/s/1h4hrnbczb2zygz/example.jpg?dl=0
Is this possible?
Hi markpevans!
You can use this CSS to add a background image to the main menu container.
#header_main_alternate { background: url("URL to your image") !important; }
And then set the menu to display below your logo in Dashboard > Enfold > Header.
Best regards,
Elliott
Hi,
That doesn’t seem to be working :(
I have entered the css as:
#header_main_alternate { background: url(“http://streetfood.ae/wp-content/uploads/2014/12/”) !important; }
Is this correct?
Hi!
You need to specify the background image URL, for example:
#header_main_alternate { background: url('http://streetfood.ae/wp-content/uploads/2014/12/background-cardboard-1024x630.jpg') !important; }
Cheers!
Josue
Awesome! Thanks so much and Happy New Year!!!