• Resolved estudi33

    (@estudi33)


    Hello,
    I have some questions about the left sidebar menu:

    1) It’s possible to remove the horizontal lines between the menu items?

    2) How can I customize the grey background that appears when hover on?

    Web is: https://www.ppspark.com

    Thank you for your help!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try with:

    #main-wrapper .widget li:after { border-bottom: none;}
    #main-wrapper .widget ul:hover li {background: initial;}

    Thread Starter estudi33

    (@estudi33)

    Perfect!! Thank you very much!!

    One last question about sidebar menu:
    It’s possible to change the “>” color, remove, or replace this simbol for another?

    Hello,
    you’ll have that symbol for many widgets, this to match just the menu widget (by default content:'\203A'):
    .widget.widget_nav_menu li:before { content: '';} (in the child theme)

    or to match all the list items inside widgets:
    .widget li:before { content: '' !important;}
    (above rules to remove it)
    You can change the icon which by default is “\203A” (utf8) using genericons or entypo (font-family)

    Hope this helps.

    Thread Starter estudi33

    (@estudi33)

    Hello Rocco,
    Perfect!!
    Thank you very much for your help.

    You’re welcome,
    glad you solved ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Left sidebar menu’ is closed to new replies.