Changing Simple Line Icon in menu

Home Forums Gillion Theme Changing Simple Line Icon in menu

Home Forums Gillion Theme Changing Simple Line Icon in menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • przyzielonymstole
    Participant

    Hello,

    could you tell me how to change this icon with dots:
    http://prntscr.com/jmhnf7
    To this one?
    http://prntscr.com/jmhob8
    Thanks!

    Solution for this topic

    Hi @przyzielonymstole,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item-has-children > a:after,
    .sh-nav li.menu-item li.menu-item-has-children > a:after {
        content: "\e604" !important;
    }

     

    Best regards,
    Shufflehound team

    przyzielonymstole
    Participant

    Great, thanks!

    You are always welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)