Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #462902

    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

    #462914
    This reply has been marked as private.
    #462916

    Hey!

    You can go to Enfold theme options > General Styling > Logo Area and set a custom background image to your header :)

    Regards,
    Yigit

    #462924
    This reply has been marked as private.
    #462933

    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

    • This reply was modified 9 years, 5 months ago by StudioLiner.
    #463201

    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

    #464198

    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

    #464458

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.