MarcUK1603 Posted March 15, 2022 Share Posted March 15, 2022 Site URL: https://www.futurview.co.uk/ Hi there, I'm sure this is simple but it's driving me nuts! Can somebody help provide idea/help for css so that the font and font size can be changed for description copy on slideshow gallery for 7.1 please? Any help gratefully received. Link to comment
tuanphan Posted March 16, 2022 Share Posted March 16, 2022 Can you share link to page where you use slideshow? 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
MarcUK1603 Posted March 16, 2022 Author Share Posted March 16, 2022 Sure thing… here you go. Second section of page https://www.futurview.co.uk/industries Thanks Marc Link to comment
tuanphan Posted March 18, 2022 Share Posted March 18, 2022 On 3/16/2022 at 2:45 PM, MarcUK1603 said: Sure thing… here you go. Second section of page https://www.futurview.co.uk/industries Thanks Marc Add to Design > Custom CSS /* Industries list */ .user-items-list-item-container[data-section-id="61ff3c99b2a3093a5b95d047"] * { font-size: 30px !important; font-family: monospace; } 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
MarcUK1603 Posted March 18, 2022 Author Share Posted March 18, 2022 Many thanks Tuanphan. Is there a way for the title and description to have font sizes/weights? Link to comment
tuanphan Posted March 21, 2022 Share Posted March 21, 2022 On 3/18/2022 at 8:07 PM, MarcUK1603 said: Many thanks Tuanphan. Is there a way for the title and description to have font sizes/weights? You mean set different size/weights for title/description? 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
tuanphan Posted March 22, 2022 Share Posted March 22, 2022 18 hours ago, MarcUK1603 said: Yes, ideally Try this new code /* Industries list */ .user-items-list-item-container[data-section-id="61ff3c99b2a3093a5b95d047"] { h2.list-item-content__title { font-size: 40px !important; } .list-item-content__description p { font-size: 10px !important; } } 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
MarcUK1603 Posted March 22, 2022 Author Share Posted March 22, 2022 Amazing, as always. Thank you... that's sorted it 🙂 M 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