Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #234501

    hi guys,

    i’ve got a background with this code and it works great

    }
    .content {
    margin: 50px;
    padding: 25px;
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    }

    The problem is the background goes infront of color sections which have fixed images similar to your Home v7 One page portfolio example page.

    How do I make the color sections come to the front similar to bringing layers to the front in photoshop/illustrator?

    Note: I have very little coding knowledge, but have researched heaps and tried
    #av_section_1 {
    z-index:1;

    and it didn’t work.

    Thanks in advance
    Will

    #234539

    Hi wsmith187!

    Thank you for using the theme. I hope you’re doing well today.

    I’m not really sure if I understand you correctly. Layers on the web doesn’t exactly work like photoshop. Please give us a link to the website and a screenshot of what you’re trying to do.

    Best regards,
    Ismael

    #234545

    Screenshot

    Thanks for getting back to me so quickly. I’m running locally with MAMP so can’t send you a link but above is a screenshot.

    I want to bring the color section (with the image of the ocean) in front of the white background. At the moment the white background behind the main content is making it hard to see the ocean image in the the color section.

    Thanks again
    Will

    #234546

    #234550
    #234677

    Hi!

    How did you set up the page? We really need to see the actual website so that we can inspect it. You can create a separate color separation below the content then place the ocean background on it.

    Best regards,
    Ismael

    #234694

    Thanks for the reply. I will upload the page tomorrow and send through the link so you can inspect.

    Cheers
    Will

    #234698

    Hey!

    Alright. Please let us know once the site is live.

    Regards,
    Ismael

    #235149

    hey ismael,

    the site is live here http://www.hawaii4aussies.com.au/holiday-test/. this is how the page has been set up in the backend https://www.dropbox.com/s/brwfafwsasxj9vt/screenshot%20setup.PNG (i hope you can see this okay).

    i have created a seperate color seperation below the content but the background still flows onto it.

    cheers
    will

    #235677

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #av_section_2 .content {
    background: transparent;
    }

    Cheers!
    Yigit

    #236046

    Awesome that has done the job!

    Thanks very much.

    Will

    #236348

    Hi!

    For your information, you have custom CSS code to add background color to content, that causes the issue.
    Glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Background appearing above color sections’ is closed to new replies.