Chef_Neall Posted December 31, 2023 Share Posted December 31, 2023 Hi Everyone. I'm trying to make 1 word in my scrolling text bold and a different font and/or color. Is there a way to do this? I tried to add <B> before the word which ended up bolding the entire sentence and stopped the scrolling. Thanks. Link to comment
tuanphan Posted January 1 Share Posted January 1 Can you share link to this page? We can check easier 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
Chef_Neall Posted January 2 Author Share Posted January 2 Hi. It's www.handsomecoffee.ca Thanks. The scrolling is at the bottom of the page. I want to bold "brand, party, event" as the scrolling moves on. thanks Link to comment
Solution tuanphan Posted January 3 Solution Share Posted January 3 We can bold each item like this but can't bold specific word of item LouLouHarvey 1 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
Chef_Neall Posted January 3 Author Share Posted January 3 (edited) Thank you for your help. How would you bold each item? Edited January 3 by Chef_Neall Link to comment
tuanphan Posted January 5 Share Posted January 5 On 1/3/2024 at 11:09 PM, Chef_Neall said: Thank you for your help. How would you bold each item? Use some code like this tspan:nth-child(2) { font-weight: bold !important; } tspan:nth-child(4) { font-weight: bold !important; } tspan:nth-child(1) { font-weight: bold !important; } tspan:nth-child(9) { font-weight: bold !important; } LouLouHarvey 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment