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

    Hello
    I have a question

    i have installed a layerslider on this homepage
    when i refresh the homepage the background is white.

    can i give the background of the container layerslider a different color in the enfold theme not in the layer slider itself
    thanks a lot
    kind regards
    Franz

    #1337447

    Hey schweg33,

    Thank you for the inquiry.

    You are probably seeing the default background of the main wrapper container. To adjust that background, you can use this css code.

    .html_stretched #wrap_all {
        background-color: #42a0b2;
    }
    

    Best regards,
    Ismael

    #1337462

    hello Ismael
    this css code does not change anything yet

    thanks
    kind regards
    Franz

    #1337605

    Hi Franz,

    Please try this CSS instead:

    .home #main {
        background-color: #42a0b2;
    }

    Best regards,
    Rikard

    #1339674

    Hello Rikard
    Soory, took a little while.

    But still does not work
    Background on the first page (after refresh) behind the layer slider still remains white.

    But we leave it like this
    you can close this request.

    thanks
    kind regards
    Franz

    #1339731

    Hi Franz,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘background color for conainer layerslider’ is closed to new replies.