• Resolved edzuss99

    (@edzuss99)


    Hello!I am making a school project-new school webpage.And I need your help,please.I need to color left sided menu background.I would very thankful,if you could help me with the code,because I am a bit weak at programming,but I know how to edit/paste codes etc.

Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    Hi edzuss99

    Plese try example

    Dashboard / Appearance / Customize /

    Advanced / Site-wide CSS

    Paste below style rules

    nav.lsidebar,
    nav.lsidebar #wp-calendar,
    nav.lsidebar .widgettitle,
    nav.lsidebar .widget a,
    nav.lsidebar .xoxo li a,
    .lsidebar ul{
        background:#fff;
        color:#000;
    }

    Save it.

    It maybe left sidebar (default sidebar) shows background:white,color black.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Menu color’ is closed to new replies.