GonizBuddy Posted April 16, 2020 Share Posted April 16, 2020 Is it possible to alter the menu icon to be smaller and thicker? Link to comment
tuanphan Posted April 18, 2020 Share Posted April 18, 2020 Add to Home > Design > Custom CSS .burger-inner:after, .burger-inner:before { width: 70%; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
GonizBuddy Posted April 19, 2020 Author Share Posted April 19, 2020 That seems to work. However, when it transforms in to 'X', it seems to move the the left while being bigger, instead of both having a common center point. Link to comment
tuanphan Posted April 19, 2020 Share Posted April 19, 2020 Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
thiscitymaps Posted April 22, 2020 Share Posted April 22, 2020 How are you able to have a full black background when the menu pops up? I am struggling with that on my site, it seems to be transparent and its hard to read. thiscitymaps.com Link to comment
GonizBuddy Posted April 23, 2020 Author Share Posted April 23, 2020 15 hours ago, thiscitymaps said: How are you able to have a full black background when the menu pops up? I am struggling with that on my site, it seems to be transparent and its hard to read. thiscitymaps.com Custom CSS: .header .header-announcement-bar-wrapper:not(.shrink):not(.transparent-header-theme--override) { -webkit-backdrop-filter: none; backdrop-filter: none; } .tweak-transparent-header:not(.header--menu-open) .header-announcement-bar-wrapper { background-color: rgba(0,0,0,0.9); } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.