Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #659694

    This is the 6th time I’ve used Enfold. It’s a great theme and generally I can get it to do what I want. But I have something that appears to be quite simple but just can’t get it to work.
    I am trying to get a single image behind the menu items, and the image to stretch across the whole width of the page. I have read all the blogs, and tried a lot of the suggestions, but nothing works. I thought it would be as simple as .main-menu{background:url(http://dev.leadershipwa.org.au/wp-content/uploads/2016/06/Menu-Bar-w2.png);
    width:100%;
    } but this doesn’t even get the image to display. Can you help?

    #659716

    Hey Raphep,

    Did you try the background image option in Enfold > General Styling > Logo Area

    If that does not work please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .header_main {
      background:url(https://dev.leadershipwa.org.au/wp-content/uploads/2016/06/Menu-Bar-w2.png);
      width:100%;
    }

    Best regards,
    Vinay

    #659719

    Thanks Vinay. I use the logo area background image already. I actually want to put a second image behind the menu items. Regards – raphe

    #659721

    Hi Vinay. I’ve attached a link to a visual of what I am trying to achieve.

    #660190

    Do you have any other suggestions?
    Regards – Raphe

    #660220

    Hey!

    Have you tried the background suggestion Vinay is offering?
    based on your pdf file and the image you will use, that can work out.

    Let us know if you do not manage it to see what other way might be available.

    Best regards,
    Basilis

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