Jump to content

Hide or change text in front of tags and categories that says “tagged:” “posted in:” but NOT the tag or category itself

Go to solution Solved by tuanphan,

Recommended Posts

Posted

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.

 

Screenshot 2023-09-07 at 11.23.17 AM.png

Posted

Can you share your website URL and this page?

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?

  • Solution
Posted
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;
}

image.png.48d947d956c7581ae87d336ce37d1e98.png

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!)

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.