CSS for side bar wigdet

Hello - 
I am needing the CSS for the side bar- muffin menu - https://gr-plumbing.silpfcx6-liquidwebsites.com/services-2/

Can I get the css for sidebar area background, button background, as well as button mouse over background, font color, mouse over font color, font size and font weight? Thank you very much for the help.

Thank you,
Deborah


Comments

  • Hi,
    We
    only help with minor tweaks in the css if they are needed, we do not
    help customize the theme beyond its standard look.
    If you do not know
    how to change those things, you should contact a web developer.

    If you want to change the hover background color, please use that CSS:

    .sidebar li a:hover{
    background:blue !important;
    }
    All other customization of CSS can be done with that code, just apply another rules.
    Thanks
Sign In or Register to comment.