mallikavora Posted September 7 Share Posted September 7 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. Link to comment
Ziggy Posted September 7 Share Posted September 7 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 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
mallikavora Posted September 8 Author Share Posted September 8 12 hours ago, Ziggy said: Can you share your website URL and this page? www.golfv2.com/events Link to comment
Solution tuanphan Posted September 12 Solution Share Posted September 12 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; } mallikavora 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment