iraklizv Posted June 26, 2021 Share Posted June 26, 2021 Site URL: http://contenti.xyz/ Hey there, Tried Googling but couldn't seem to figure this out. Small detail but would appreciate help on this! Basically, trying to change the color of just one word in my banner headline text (bolded word in the screenshot: "Evergreen"). But I think I'm doing something wrong because after following custom CSS, I can't get the style down for this particular piece of text block - the one in the banner/title text. Tried messing with some different CSS codes but couldn't target this particular section. Am I missing something? How would I change the color of one word ("Evergreen") so that it's green? Help would be highly appreciated! Let me know if you need anything else too. Thanks in advance! Link to comment
Solution Beyondspace Posted June 26, 2021 Solution Share Posted June 26, 2021 18 minutes ago, iraklizv said: Site URL: http://contenti.xyz/ Hey there, Tried Googling but couldn't seem to figure this out. Small detail but would appreciate help on this! Basically, trying to change the color of just one word in my banner headline text (bolded word in the screenshot: "Evergreen"). But I think I'm doing something wrong because after following custom CSS, I can't get the style down for this particular piece of text block - the one in the banner/title text. Tried messing with some different CSS codes but couldn't target this particular section. Am I missing something? How would I change the color of one word ("Evergreen") so that it's green? Help would be highly appreciated! Let me know if you need anything else too. Thanks in advance! try #collection-60897a4664960358b15957e0 .page-description p strong { color: green; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
iraklizv Posted June 26, 2021 Author Share Posted June 26, 2021 Just now, bangank36 said: try #collection-60897a4664960358b15957e0 .page-description p strong { color: green; } Easier than expected 😄 Yup, this works perfectly, thanks! I was trying to select "white-space:pre-wrap" as the main "section" by doing inspect element on the word. Apparently I didn't notice the div class above with the collection id code. Again - this works perfectly, thanks! Beyondspace 1 Link to comment
Beyondspace Posted June 26, 2021 Share Posted June 26, 2021 12 minutes ago, iraklizv said: Easier than expected 😄 Yup, this works perfectly, thanks! I was trying to select "white-space:pre-wrap" as the main "section" by doing inspect element on the word. Apparently I didn't notice the div class above with the collection id code. Again - this works perfectly, thanks! the id is for the page, text part is page description and title BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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