LivAils Posted October 23, 2019 Share Posted October 23, 2019 Hi, I would like to target the specific thumbnails on my homepage but cannot work out how to find what the individual elements are called using CSS. E.g. At the moment the background of both the first two thumbnails are yellow. How would I target the first one so that it has a red background, and the second has a yellow background? Thanks Liv My site is: greyhound-keyboard-sa3k.squarespace.com Link to comment
tuanphan Posted October 23, 2019 Share Posted October 23, 2019 @LivAils Add to Home > Design > Custom CSS #projectThumbs a[href="/londonisopen/"] img { background: #ff0000; } #projectThumbs a[href="/summer-of-sport/"] img { background: yellow; } 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
LivAils Posted October 23, 2019 Author Share Posted October 23, 2019 Amazing! Thank you so much Link to comment
tuanphan Posted October 23, 2019 Share Posted October 23, 2019 @LivAils You can Like & Upvote if it is correct. Thanks. 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
Archived
This topic is now archived and is closed to further replies.