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

    Hi,
    how do i change the background-color of one page only ? I have looked up several answers on the forum and tried everything, even created a css-class but nothing worked.

    the site is

    http://www.studiolynnpieraets.be

    and i only want the ‘projects” page completely in “background-color:white”

    thanks for your help

    #734291

    Hey Fabienne,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-38 #main .main_color, .page-id-38 #main .main_color .container {
        background: white;
    }
    

    Best regards,
    Yigit

    #734295

    omg Yigit, you are speedy Gonzalez !! i just posted the question :-)

    by the way, it works !! however, the header and footer still remain in the other color, how do I change these as well ?

    #734300

    Hi!

    #TeamKriesi :)
    Please add following code to Quick CSS as well

    .page-id-38 .header_bg, .page-id-38 .container {
        background: white;
    }

    Also, i cannot see footer on your page :)

    Cheers!
    Yigit

    #734305

    haha, yes, that is because the client does not want a footer !
    she is an architect and wants the site to be very minimal (as you can see !!)

    go team Kriesi ! :-)

    #734310

    Hi!

    That is totally understandable. Site looks great by the way :)
    Shall we mark this one as resolved? :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.