buddgebug Posted November 13, 2019 Share Posted November 13, 2019 Hey my website is dopesagittarius.com I have tried every version of css recommended on the forums to get the home text to disappear from my website but it wouldn't dissapear. Please advise on how I can get this done thanks in advance. Link to comment
christyprice Posted November 13, 2019 Share Posted November 13, 2019 Add this code to Design > Custom CSS #collection-5dbabbed98044146cbeb3b5f .page-title {display:none;} The collection-id targets the particular page (your home page) and then hides the page title. christyprice.com 🇺🇸 Austin, TX US ✅ Get my Starter Template for Web Designers 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
buddgebug Posted November 17, 2019 Author Share Posted November 17, 2019 Hey when I tried that it removed the title on every page i just want it to do for the one at the top Link to comment
christyprice Posted November 17, 2019 Share Posted November 17, 2019 Ah, yep - that code targets the page. To target a particular section, you'd use that section's URL slug, so something like #meltdown-tour .page-title {display:none;} christyprice.com 🇺🇸 Austin, TX US ✅ Get my Starter Template for Web Designers 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
buddgebug Posted November 17, 2019 Author Share Posted November 17, 2019 3 hours ago, christyprice said: Ah, yep - that code targets the page. To target a particular section, you'd use that section's URL slug, so something like #meltdown-tour .page-title {display:none;} I tried adding that inside the custom css of designs and didnt do anything does this go in the header injection or something Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.