Jump to content

How to give style to an specific item based in tag or category

Recommended Posts

For products with status sold out, we added this SOLD medallion at the top right side of the product image (like this one https://www.matthewrachmangallery.com/cowhides/18?rq=TRICOLOR%20GENUINE%20BRAZILIAN%20COWHIDE)

Check here --> https://prnt.sc/pbu6se

We want to add a new status called IN HOLD, however, we could not find an option to add this in the system, we were thinking if it is possible to add in IN HOLD medallion based on the tag or category of an item, for example, if we put "inhold" tag to a certain item then the SOL medallion should be displayed.

Is this possible? if yes, could you point us how to achieve this based on tag or category?

If not, what would you suggest?

Link to comment
  • Replies 9
  • Views 1.1k
  • Created
  • Last Reply

@johnreyna I just checked. Products in a certain category will have the same CSS Class. Can you send a product url (setup tag)? I will try to check if it is correct for the tag?

eg. .category-spotted-tricolor.tag-018.author-martha-morimoto

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

Link to comment

@johnreyna Add to Home > Design > Custom CSS. It will add an "inhold" button below Price, for all products belong Inhold tag.


.tag-inhold .sqs-money-native:after {
   content: "Inhold";
   display: block;
   margin-top: 20px;
   width: 70px;
   background: #000;
   color: #fff;
   padding: 10px 20px;
   text-align: center;
   border-radius: 50px;
}

5 minutes

Tuan Phan - Squarespace Developer

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

Link to comment
  • 6 months later...
8 hours ago, Meeeee said:

@tuanphan can you use this same code for changing the text/color for the price text in a summary block? I want only the $100 to be colored, not the "from"

something like 


.sqs-money-native:after {
text:color:#ffd700;
}

 

 

.summary-price .sqs-money-native {
	color: red;
}
.summary-price .sqs-money-native:before {
	color: black;
}

 

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

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.