Comments 4stephanebienfait started the conversationMay 6, 2019 at 12:25pmHello,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 lotStephane[deleted] repliedMay 6, 2019 at 1:59pmHi 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! 4stephanebienfait repliedMay 6, 2019 at 2:35pmThanks Ylli,But the icon is an SVG file, Do you tell me this code will override it?Stephane[deleted] repliedMay 7, 2019 at 6:34amHi 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 too 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! Sign in to reply ...
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
Hi Stephane,
Can you please add the code below to your Custom CSS area:
Have a great day!
Thanks Ylli,
But the icon is an SVG file,
Do you tell me this code will override it?
Stephane
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 too
Here is the updated code:
Have a great day!