Okay
  Public Ticket #2000302
style and functions
Closed

Comments

  •  4
    stephanebienfait started the conversation

    Hello,

    I would like to change the color of close button sag in the sidebar menu.

    Could you telle me how change it please?

    Thanks a lot

    Stephane

  • [deleted] replied

    Hi Stephane,

    Can you please add the code below to your Custom CSS area:

    .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close {
        font-family: Flaticon;
        font-style: normal;
        color: #000;
        font-weight: 600;
    }
    .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:before {
        content: "\e00c";
    }

    Have a great day!

  •  4
    stephanebienfait replied

    Thanks Ylli,

    But the icon is an SVG file, 

    Do you tell me this code will override it?

    Stephane

  • [deleted] replied

    Hi Stephane,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time toosmile.png

    Here is the updated code:

    .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close {
        background: none;
        font-family: Flaticon;
        font-style: normal;
        color: #000;
        font-weight: 600;
    }
    .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:before {
        content: "\e00c";
    }

    Have a great day!