• Resolved rweiser

    (@rweiser)


    How can I have a white background for a second child page instead of grey?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rweiser

    (@rweiser)

    Sorry, I meant white background instead fo GREY ??

    Theme Author Taras Dashkevych

    (@taskotr)

    Hello,

    To change a background color of even sections of the Panel template, please use this custom CSS

    
    .page-template-panels-page .content-area > .panel-section:nth-of-type(even) {
        background: #ffffff;
    }
    

    Best,
    Taras

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White background instead of white’ is closed to new replies.