charlieknight2204 Posted October 8 Posted October 8 Site URL: https://www.lovelyboy.xyz I would love to remove all the page headings from being shown on the site - i would like it to be a clean single page to display images on. is this possible?
Spark-Plugin Posted October 8 Posted October 8 Hi @charlieknight2204, are you referring to this? - Answered by Iuno from sparkplugin.com
charlieknight2204 Posted October 8 Author Posted October 8 (edited) @Spark-Plugin Yes this is the one - id love to not have this part at all Edited October 8 by charlieknight2204
Spark-Plugin Posted October 8 Posted October 8 @charlieknight2204, then you can try this code: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done .header-nav-wrapper .header-nav-item--active a { color: var(--navigationLinkColor); display: none !important; Let me know if it works! - Answered by Iuno from sparkplugin.com
charlieknight2204 Posted October 8 Author Posted October 8 @Spark-Plugin however it didnt work on the mobile site. any chance you could help here?
Spark-Plugin Posted October 8 Posted October 8 Glad it worked @charlieknight2204, you can use this code: /* hide burger */ .burger-inner { visibility: hidden; } Let me know how it goes 🙂 - Answered by Iuno from sparkplugin.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment