ColeH_design Posted September 19, 2023 Share Posted September 19, 2023 Hoping for some help to update scrolling text block on my homepage to style differently. The title of the event (line 1 of 6 in scrolling text) I would like bold. The remaining lines (2-5) I would like regular weight. If this is not possible, I am open to lines (2-6) being in a different color. Can anyone provide code to show visual separation (font weight or color) of my event title and the artists names? Any help so appreciated!!! Site: https://smoothjazzgetaway.squarespace.com/ Password: BLUES Link to comment
tuanphan Posted September 21, 2023 Share Posted September 21, 2023 Can you check site url again? 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
ColeH_design Posted September 21, 2023 Author Share Posted September 21, 2023 Ugh… I updated for client preview yesterday and totally spaced this forum! I'm sorry! https://ballroombluesfest.squarespace.com/ Link to comment
tuanphan Posted September 22, 2023 Share Posted September 22, 2023 18 hours ago, ColeH_design said: Ugh… I updated for client preview yesterday and totally spaced this forum! I'm sorry! https://ballroombluesfest.squarespace.com/ You mean change color like this? 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
ColeH_design Posted September 22, 2023 Author Share Posted September 22, 2023 Yes – EXACTLY! Yes!!! THANK YOU! And, is it possible to code to make the "BALLROOM BLUESFEST" line a heavier font weight then the artists names? This is fantastic! THANK YOU!! Link to comment
tuanphan Posted September 25, 2023 Share Posted September 25, 2023 On 9/23/2023 at 12:17 AM, ColeH_design said: Yes – EXACTLY! Yes!!! THANK YOU! And, is it possible to code to make the "BALLROOM BLUESFEST" line a heavier font weight then the artists names? This is fantastic! THANK YOU!! Add this to Website > Website Tools > Custom CSS tspan.Marquee-svg-text:nth-child(odd) { color: red; font-weight: bold !important; } tspan.Marquee-svg-text:nth-child(even) { 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
ColeH_design Posted September 28, 2023 Author Share Posted September 28, 2023 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