Sticky Navigation Bar Support Request
-
Subject: Sticky Navigation Bar Support Request
Hello,
I would like my primary navigation bar (please see the attached screenshot) to remain sticky when scrolling — meaning that the bar stays at the top of the screen as users scroll down.
Is it possible to achieve this using the options provided by WoodMart?
Thank you in advance for your help.
Best regards,
Attachments:
You must be
logged in to view attached files.
Hi lost.hinata,
Thanks for reaching to us.
Please add below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS
.whb-sticked .whb-row.whb-top-bar,
.whb-sticked .whb-row.whb-general-header{
display: none;
}
Regards,