stanfordc Posted February 25, 2020 Posted February 25, 2020 Site URL: https://chris-stanford.online/blog Seeking to change the appearance of tags in the Om template. Rather than Tags x, y, z, I'd like the tags to appear like the ones here on the forums, with the tag name within a shape that looks like an actual tag (and without being preceded by the word "Tags"). Is there a way to do this?
tuanphan Posted February 27, 2020 Posted February 27, 2020 You need to use CSS to style this. If you share link to an example site which use the above shape. I can check & steal the CSS for you 😂 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!)
stanfordc Posted February 27, 2020 Author Posted February 27, 2020 Thanks much. The tags on the forum pages are the ones I was referring to: https://forum.squarespace.com/forum/39-coding-and-customization/
tuanphan Posted February 29, 2020 Posted February 29, 2020 On 2/27/2020 at 10:43 PM, stanfordc said: Thanks much. The tags on the forum pages are the ones I was referring to: https://forum.squarespace.com/forum/39-coding-and-customization/ Difficult. Have you solved yet? 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!)
stanfordc Posted February 29, 2020 Author Posted February 29, 2020 1 hour ago, tuanphan said: Difficult. Have you solved yet? Unfortunately not. Is the difficulty in placing each tag name inside an icon? I've also been trying to set the display like this: (Tag icon) tag name x, tag name y, etc. With the font being Kepler Std
tuanphan Posted March 2, 2020 Posted March 2, 2020 On 3/1/2020 at 12:33 AM, stanfordc said: Unfortunately not. Is the difficulty in placing each tag name inside an icon? I've also been trying to set the display like this: (Tag icon) tag name x, tag name y, etc. With the font being Kepler Std Try adding to Home > Design > Custom CSS span.tags .tags-title { background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTswXzor1rdr1LwvZgJIJO8zABBRO4j2Y2Lh62qhtH-L8LX581P); background-size: cover; background-repeat: no-repeat; padding: 2px; border-radius: 4px; } 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!)
stanfordc Posted March 4, 2020 Author Posted March 4, 2020 On 3/2/2020 at 2:42 PM, tuanphan said: Try adding to Home > Design > Custom CSS span.tags .tags-title { background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTswXzor1rdr1LwvZgJIJO8zABBRO4j2Y2Lh62qhtH-L8LX581P); background-size: cover; background-repeat: no-repeat; padding: 2px; border-radius: 4px; } Thanks very much. That's headed in the direction I was hoping for.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.