This issue relates to the off canvas menu. When a main menu item is clicked you are directed to the submenu. When viewing the sub-menu at the top of the list is a back button (that links back to the main menu). This back button has a grey box around it at present. I would like to remove this grey box but do not know how. Can this be achieved somewhere in the Salient settings or could I please have CSS code to remove the grey box?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi,
This issue relates to the off canvas menu.
When a main menu item is clicked you are directed to the submenu.
When viewing the sub-menu at the top of the list is a back button (that links back to the main menu).
This back button has a grey box around it at present. I would like to remove this grey box but do not know how.
Can this be achieved somewhere in the Salient settings or could I please have CSS code to remove the grey box?
Thanks
Andy
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
#slide-out-widget-area .menuwrapper li.back >a { background-color:transparent !important; }
Thanks
ThemeNectar Support Team
That works fine, thank you!