Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #836574

    Hi
    I have just purchased new licence and I’m working on new website using Enfold (link in private section) and I have two questions.
    1. I want my Main content background show only at home page (now is showing at all other pages too). How this can be achieve?
    2. My sublevel menu is too far down from main menu links(under open play). How to make it closer to main menu?

    Thank you

    #836733

    Hey ilonka78,

    Follow the answers to your question:

    1) Just apply the background image with this class:

    
    .html_entry_id_203 {
      bacgrkound-image: url(yourlink);
    }
    

    2) To fix it, add this custom code:

    
     .sub-menu {
       top: 131px !important;
    }
    

    Best regards,
    John Torvik

    #836740

    Thank you
    2nd question answer worked-thank you
    1st question didn’t

    I understand that I’m removing background image from Main Content section and I’m adding the code that you gave me under quick css section
    I did that (used my link to the image) and nothing shows up.
    Can we manipulate position of the image? (bottom left, bottom center etc? Maybe that is the issue and image is not showing up?)

    #837716

    Any chance to get an answer? I just need to have background at home page(where the content is). Don’t want that background anywhere else. Thank you

    #838002

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .html_entry_id_203 #av_section_1 {
    background-image: url(https://kidsclubparty.com/kidsclub/wp-content/uploads/2017/08/kids-bg_1300-5.png);
    }

    Best regards,
    Mike

    #838008

    Hi ilonka78,

    YOu can set that image as a background of the color section on your front page.
    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #839062

    Thank you Victoria.
    That worked perfectly. I have never used that option before.

    #839081

    Hi,

    Glad that Victoria helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

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