Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #372768

    I’m using the Enfold theme and I would like to have a different background on the home page of my site than the other pages. Can you tell me how to do that?

    #372789

    Hey thecszone!

    I checked your link but it doesn’t look like your using Enfold. Go ahead and switch back to Enfold and take a screenshot highlighting the area your wanting to edit and we’ll give you some CSS to use.

    Regards,
    Elliott

    #372832
    This reply has been marked as private.
    #372839

    Hi!

    The new link you provided is giving me a 403 forbidden error.

    Regards,
    Elliott

    #372857
    This reply has been marked as private.
    #372902

    Hey!

    Are you talking about the header background? If so then the CSS you want to use is this.

    .header_color .header_bg { background: url("URL to your image") repeat-x fixed left top #ffffff !important; }
    

    Otherwise take a screenshot and highlight the exact area your wanting to edit.

    Best regards,
    Elliott

    #372915
    This reply has been marked as private.
    #372922

    Hi!

    In that case add a codeblock element to your page content and add this inside.

    <style type = "text/css">
    #after_full_slider_1 { background: url("URL to your image") !important; }
    </style>

    Cheers!
    Elliott

    #372935
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Different Background’ is closed to new replies.