Hi,
I want to insert a backround image instead of an backround color on the main menu buttons.
How do I realize that?
Thank you.
Hi StudioLiner!
Can you please post a screenshot and show the changes you would like to make and a link to your website? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Regards,
Yigit
Hey!
You can go to Enfold theme options > General Styling > Logo Area and set a custom background image to your header :)
Regards,
Yigit
additionaly I want so say: I dont mean the changing of the logo. That´s very easy.
I mean the red backround elements of the main menu buttons.
cheers
Hey!
You can use this in the Quick CSS field if you want to change the background of the menu bar:
#header_main_alternate {
background-color: red;
}
It is also possible to apply a background image if you want.
Best regards,
Ismael
Hello Ismael,
thank you for the code. Could you assists me in generate a code for the specific backround image?
Name: icon_backround.png
Location: WP Media Center
#header_main_alternate {
???
}
cheers
Hi!
Please refer to this link: http://www.w3schools.com/cssref/pr_background-image.asp
#header_main_alternate {
background-image: url("http://www.yoursite.com/folder/anotherfolder/icon_backround.png") repeat;
background-color: #cccccc;
}
What is the name of the folder where the image is located? Use the full directory.
Regards,
Ismael