Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #653596

    hi. can you help me to get the footer area fixed?

    is want this color:

    /*Footer Socket vergrößern*/ #main { background-color: #f3ebde; } #socket { margin-bottom: 80px; }

    Do i use wrong code? The area is still white :( Greetings.

    #653681

    Hey corneliaboehm,

    Try the following instead:

    #socket {
    background-color: #f3ebde !important;
    }

    Thanks,
    Rikard

    #660161

    Hi Rikard.

    This effects this area –> B: http://imgur.com/XPSxyIR

    But i want this color at area A :) Can you please help me with this :) Thanks.

    #660376

    Hi,

    Your actual site doesn’t look like your screenshot so that area doesn’t exist anymore?

    Regards,
    Rikard

    #660596

    Hi Rikard, sorry. i want to change this area —> from “white” to #f3ebde. How can i get this effect? Thank you!

    http://imgur.com/ejiheBa

    #660598

    Hey!

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

    .home #av_section_6 {
        background: #f3ebde;
    }

    Best regards,
    Yigit

    #660934

    WOW! Thank you.

    #660936

    Uppp. sorry. But when i use this code this area also change color. but this area should stay white :)

    http://imgur.com/CuwHVVw

    #661045

    here is no problem with the color at the footer area –> http://imgur.com/CxxxcSw

    But on the landingpage only is a problem. the area is still white. how can i change the color here: http://imgur.com/Dabr239

    #661273

    Hi,

    Please remove following code from your custom CSS

    #socket {
        margin-bottom: 80px;
    }

    and add following one

    #socket {
        background-color: #F3EBDD;
    }
    #socket .container {
        background: #ee1b93;
    }
    #socket {
        padding-bottom: 80px;
    }

    Best regards,
    Yigit

    #666804

    Thank you. CLOSED.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘wrong color’ is closed to new replies.