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

    Sorry for this simple question. How can I add an image behind everything on my website?
    client wants a brick pattern added behind the content. Hopefully the brick pattern would show in the back and the slider and other content areas would float overtop.
    thanks for the help

    #243643

    Hey fixedopsinsight!

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

    .main_color {
    background-image: url(https://yourdomain.com/brick-pattern.jpg);
    }

    Best regards,
    Yigit

    • This reply was modified 10 years, 7 months ago by Yigit.
    #243930

    Hi Yigit,
    We are close. Take a look
    http://stsjohna.wwwsr11.supercp.com/
    Is there a way to get the brick to appear on the outside of main area, with the main area staying white?
    thanks for your help – joe

    #243932

    Hey!

    I have updated the code in my previous post. Please try it now

    Best regards,
    Yigit

    #244097

    Getting very close.
    How do I white out the color areas that float above the background
    http://stsjohna.wwwsr11.supercp.com/

    #244458

    Hey!

    Please add following code to Quick CSS as well

    .main_color * {
    color: white;
    }

    Cheers!
    Yigit

    #244587

    sorry it’s not working

    here is what I have in the quick CSS
    ——–
    .main_color {
    background-image: url(http://stsjohna.wwwsr11.supercp.com/wp-content/uploads/2014/03/Rock-background.jpg);
    }

    .main_color * {
    color: white;
    }
    ——-
    Here was no change to the background behind the type
    http://stsjohna.wwwsr11.supercp.com/
    any ideas?

    #245222

    Hey!

    Here’s how it looks on my end (text is white):

    Best regards,
    Josue

    #245245

    Thanks Josue,
    what I was hoping for was having the text inside a colored background. It could be white.
    Can that be done?

    Basically the content in the boxes would float over top the the stone background and not be see through.
    I haven’t figured out how to do that yet.
    You guys haven’t let me down yet. I hope you can help me through this one.

    thanks – joe

    #245249

    Hi Joe!

    Remove the color changing code and add this one:

    .home .avia-builder-el-0 {
        background: white;
        padding: 0 20px;
    }
    

    It should look like this:

    Regards,
    Josue

    #245252

    That’s It, You guys are the greatest. I tell everyone to use Kriesi themes.

    I am planning to try and be a reseller for you and add a link to my site to yours.

    thanks
    joe

    #245253

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Add an image behind everything on webpages’ is closed to new replies.