MinZhu Posted August 12, 2023 Share Posted August 12, 2023 please use code to view the site: 123456 I want to change the carousel title "what users say" to a smaller size for the testimonial: I have tried CSS: .user-items-list-item-container [data-section-id="64d64539b0746872e8c6b82b"].list-section-title p { font-size: 12px !important;} But it doesn't work... need help! 🥵 Link to comment
Lesum Posted August 12, 2023 Share Posted August 12, 2023 Hi, you didn't share your website URL. Here's a code snippet that will change the font size of the carousel title. If you could share your website URL, I can modify the code for your website. .user-items-list .list-section-title { font-size: 2rem !important; } JuneV and Joanna1321 2 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
nahlah Posted July 6 Share Posted July 6 On 8/11/2023 at 11:19 PM, Lesum said: Hi, you didn't share your website URL. Here's a code snippet that will change the font size of the carousel title. If you could share your website URL, I can modify the code for your website. .user-items-list .list-section-title { font-size: 2rem !important; } This code was able to change the size of the text but I can't change the font family, do you have any ideas on how I could do that? Link to comment
tuanphan Posted July 8 Share Posted July 8 On 7/6/2024 at 9:25 AM, nahlah said: This code was able to change the size of the text but I can't change the font family, do you have any ideas on how I could do that? With font family, try this .user-items-list .list-section-title, .user-items-list .list-section-title * { font-family: monospace !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment