• Resolved chrislar

    (@chrislar)


    Hi,
    I am using menu widget in left sidebar.
    I want to change the background and text color but I don’t know how to do this..

    Please help.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The menu widget on the left side bar should have this CSS code below. Put it in your Custom CSS and try to modify it there.

    #main-wrapper .widget li {
        line-height: 25px;
        border-bottom: 1px solid rgb(238, 238, 238);
        position: relative;
    }
    
    #main-wrapper .widget li a {
        text-shadow: 0px 1px 0px white;
    }
    .widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a, .widget_nav_menu li a {
        font-size: 13px;
    }
    a:hover, a:focus {
        color: rgb(0, 85, 128);
        text-decoration: underline;
    }
    a:focus {
        outline: thin dotted rgb(51, 51, 51);
        outline-offset: -2px;
    }
    Thread Starter chrislar

    (@chrislar)

    Thank you kaniamea,
    I pasted the code to the custom css box, played with it but nothing happened..

    Thread Starter chrislar

    (@chrislar)

    Ok I found it
    Thank you again..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘(Customizr theme) sidebar menu color’ is closed to new replies.