-
AuthorPosts
-
June 22, 2015 at 4:19 pm #462890
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.June 22, 2015 at 4:32 pm #462902Hi 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,
YigitJune 22, 2015 at 4:42 pm #462914This reply has been marked as private.June 22, 2015 at 4:49 pm #462916Hey!
You can go to Enfold theme options > General Styling > Logo Area and set a custom background image to your header :)
Regards,
YigitJune 22, 2015 at 4:56 pm #462924This reply has been marked as private.June 22, 2015 at 5:00 pm #462933additionaly 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-
This reply was modified 10 years, 4 months ago by
StudioLiner.
June 23, 2015 at 9:46 am #463201Hey!
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,
IsmaelJune 24, 2015 at 4:48 pm #464198Hello 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
June 25, 2015 at 9:21 am #464458Hi!
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 -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
