Remove view full site in mobile view
-
Is there a way to remove the “view full site” link wen in mobile view via css?
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS to hide the link to the full site on the mobile theme.
#site-generator p:first-of-type { display: none; }
- The topic ‘Remove view full site in mobile view’ is closed to new replies.