How change apperance of side menu? - by andregorjon

This topic has 2 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Eva Kemp

  • Avatar: andregorjon
    andregorjon
    Participant
    October 20, 2016 at 19:08

    So I can change the appearance of the side menu of my store (color, border, picture) in which file I make these changes?

    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    October 20, 2016 at 19:15

    Hello,

    Use this code in custom.css file:

    .widget_nav_menu li a {
        color: red;
    }
    .widget_nav_menu ul {
       border: 1px solid green;
    }

    To change picture you can use any font Awesome icon http://fontawesome.io/icons/ and write its code instead of “f105”:

    .widget_nav_menu li::before {
        content: "\f105";
    }

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.