• Resolved ccdfx

    (@ccdfx)


    Greetings, is it possible to change the background page color for only the sidebar area? Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @ccdfx,

    Thanks for choosing Neve!

    It is possible to change the color of the sidebar with custom CSS. Please provide us the URL to a page where the sidebar can be seen so we can provide you the necessary code.

    Thank you!

    Thread Starter ccdfx

    (@ccdfx)

    Greetings, Thank you for your reply. Right now, the site is still under construction. But I have another site that has the same problem that can be looked at. The sidebar on the right is the same background color as the main body. I just want to have some differentiation.

    https://www.melissaformayor.com/

    I’m assuming this CSS code can be applied to other Neve themed WP sites I have. Thanks.

    Hi @ccdfx!

    Please insert the code below in the Additional CSS section within the Customizer, it should change the background color of the sidebar.

    .nv-sidebar-wrap {
        background-color: #78a9e3 !important;
    }

    Feel free to change the color as you please. You can check this page where you can choose from a multitude of colors, copy their HEX code and paste it in the code provided above.

    Have a nice day!

    Thread Starter ccdfx

    (@ccdfx)

    Thank you!!!!

    @ccdfx I’m glad I could help! 🙂 It would be great if you could mark this thread as resolved.

    Thank you and have a nice day!

    Thread Starter ccdfx

    (@ccdfx)

    (y)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Sidebar – Different background color’ is closed to new replies.