mallikavora Posted September 7, 2023 Posted September 7, 2023 I want to hide or change the text before the linked tag or category but not the category itself. Since the actual link is nested within the event item CSS class, i’m having trouble isolating just the text and not the entire class.
Ziggy Posted September 7, 2023 Posted September 7, 2023 Can you share your website URL and this page? mallikavora 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
mallikavora Posted September 8, 2023 Author Posted September 8, 2023 12 hours ago, Ziggy said: Can you share your website URL and this page? www.golfv2.com/events
Solution tuanphan Posted September 12, 2023 Solution Posted September 12, 2023 On 9/8/2023 at 1:05 PM, mallikavora said: www.golfv2.com/events Add this to Website > Website Tools > Custom CSS to rename text /* Posted in */ li.eventitem-meta-item.eventitem-meta-cats.event-meta-item { visibility: hidden; font-size: 0 !important; } li.eventitem-meta-item.eventitem-meta-cats.event-meta-item a { visibility: visible; font-size: 16px !important; } li.eventitem-meta-item.eventitem-meta-cats.event-meta-item:before { content: "enter new posted in text:"; visibility: visible; font-size: 16px !important; } /* Tagged */ li.eventitem-meta-item.eventitem-meta-tags.event-meta-item { visibility: hidden; font-size: 0 !important; margin-top: 15px; } li.eventitem-meta-item.eventitem-meta-tags.event-meta-item a { visibility: visible; font-size: 16px !important; } li.eventitem-meta-item.eventitem-meta-tags.event-meta-item:before { content: "enter new tagged text:"; visibility: visible; font-size: 16px !important; } Begona and mallikavora 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment