Topic Resolution: Resolved
  • Closed
  • Debra Ferguson
    Spectator
    August 22, 2015 at 11:33 pm #20045

    Hi I’m trying to change the background colour of the side navigation without changing the background colour of the sidebar. I’ve tried all kinds of CSS and it won’t affect it.
    Any insight is appreciated.

    Roman
    Spectator
    Posts: 3147
    August 23, 2015 at 9:44 am #20048

    try this Appearance -> Theme Options -> Custom CSS, change per your needs:

    .side-nav {
    background: red;
    }

    Debra Ferguson
    Spectator
    Posts: 5
    August 23, 2015 at 2:30 pm #20056

    Thanks!