Everytime i try to hide my navbar CTA on mobile, it also hides on desktop. Ive tried everything but nothing is working
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Everytime i try to hide my navbar CTA on mobile, it also hides on desktop. Ive tried everything but nothing is working
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hi there,
There are two ways to control element visibility for specific breakpoints:
The first method is to use the breakpoint selector at the top of the Designer. Simply select the mobile breakpoint and set the display property to “none” for your CTA element.
The second method involves creating a combo class (such as “hidden-mobile”) and applying it to your CTA. You can then set this class to display: none for the specific breakpoint where you want the element hidden. This approach is particularly useful when you need to hide multiple elements across your site.
For reference, you can learn more about managing styles across different screen sizes in our styling across breakpoints guide.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.