Topic Resolution: Resolved
  • Closed
  • Debra Ferguson
    Spectator
    22.08.2015 at 23:33 #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
    23.08.2015 at 09:44 #20048

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

    .side-nav {
    background: red;
    }

    Debra Ferguson
    Spectator
    Posts: 5
    23.08.2015 at 14:30 #20056

    Thanks!