Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #739653

    Hi,

    How do I change the background color for just one page? same for fonts?

    I tried this css from other threads, but no luck

    #top.page-id-1088 {
    background-color: #000 !important;
    }
    

    thanks

    #739845

    Hey xuamox,

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

    #top.page-id-1088 #main .container_wrap:first-child {
        background: #000!important;
    }
    

    Best regards,
    Vinay

    #742069

    Thanks that did the trick

    #742108

    Hi,

    Glad it’s fixed :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change background color and font color for one page?’ is closed to new replies.