Comments moonstrategy started the conversationJune 7, 2022 at 4:58pmWhich setting allows me to remove that rectangle/border in the active page? I cannot find a setting in the theme.I tried putting this into the additional css but it doesn't work..primary-menu a { border: #00ffff !important;}moonstrategy repliedJune 7, 2022 at 5:02pmI have also tried including these codes but nothing seems to worknav[role="navigation"] li.menu-item-current a, nav[role="navigation"] li.menu-item-active a { border: none;}moonstrategy repliedJune 7, 2022 at 5:18pmFor my particular case, this worked:#site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a, #site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a, #site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a, #site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {border: 0px solid #00ffff;} 7,092Oliver repliedJune 8, 2022 at 12:07pmHi,Sorry for delay, do you still need help?Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Olivermoonstrategy repliedJune 8, 2022 at 5:41pmNo thanks, as you can see I figured something out. Let's keep the thread here so others can look up the problem. I used TheGem Cryptocoin template. 7,092Oliver repliedJune 9, 2022 at 6:24amOk, thank you for letting knowPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Which setting allows me to remove that rectangle/border in the active page? I cannot find a setting in the theme.
I have also tried including these codes but nothing seems to work
nav[role="navigation"] li.menu-item-current a, nav[role="navigation"] li.menu-item-active a {
border: none;
}
For my particular case, this worked:
#site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a, #site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a, #site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a, #site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {border: 0px solid #00ffff;}
Hi,
Sorry for delay, do you still need help?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
No thanks, as you can see I figured something out. Let's keep the thread here so others can look up the problem. I used TheGem Cryptocoin template.
Ok, thank you for letting know
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver