How to remove > from menu widget

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support How to remove > from menu widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17803
    epolimus
    Member

    I have a menu widget in the header that I want to remove the > arrows from. Can you please tell how and where is the css for that? Thank you

    #17810
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    .widget .menu-links-container li {
        background: none;
    }
    

    Pls share a link to your site if the above custom CSS doesn’t work.

    #17825
    epolimus
    Member

    http://boisebestfitness.com
    That css didn’t work.

    #17828
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    div#sidebar-header .widget li {
        background: none;
    }
    
    #17881
    epolimus
    Member

    That worked. Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove > from menu widget’ is closed to new replies.