Muffin Menu

Is there a way to customize the muffin menu when added to a wigetized sidebar.
http://sss.cscreatives.com/engines/perkins-engines/
I dont like the dots and how far it indents...
Is there a way to customize that?

Comments

  • Hi,

    you can remove these dots with below css:
    .column_column ul li, .column_visual ul li, .mfn-acc ul li, .ui-tabs-panel ul li, .the_content_wrapper ul li {  list-style: none !important; }
    But to decrease padding from the left side, please use below code:
    .column_column ul, .column_column ol, .column_visual ul, .column_visual ol, .mfn-acc ul, .mfn-acc ol, .ui-tabs-panel ul, .ui-tabs-panel ol, .the_content_wrapper ul, .the_content_wrapper ol { margin: 0 0 15px 10px !important; }
  • how do you change the hover background color on the muffin menu widget
  • @eworldlinx To change colors for Muffin Menu widget on hover, please use below css:
    .widget_mfn_menu ul li a:hover { color: #FFF !important; background: #000 !important; }
Sign In or Register to comment.