Liel Posted September 18 Share Posted September 18 Site URL: https://ultra-complex.com Hey, can i resize the text in a content layout? As of right now its on the smaller text size, but want it to be the smallest text size on the website which is 0.8rem Its the reviews section on the homepage https://ultra-complex.com Thank you so much! Link to comment
Solution tuanphan Posted September 20 Solution Share Posted September 20 You can use this to Website Tools > Custom CSS section[data-section-id="66d6fbdff3e51520b62b9500"] li h2 { font-size: 0.8rem !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
Liel Posted September 22 Author Share Posted September 22 On 9/20/2024 at 3:13 AM, tuanphan said: You can use this to Website Tools > Custom CSS section[data-section-id="66d6fbdff3e51520b62b9500"] li h2 { font-size: 0.8rem !important; } Thank you, as always. Link to comment
Liel Posted September 22 Author Share Posted September 22 On 9/20/2024 at 3:13 AM, tuanphan said: You can use this to Website Tools > Custom CSS section[data-section-id="66d6fbdff3e51520b62b9500"] li h2 { font-size: 0.8rem !important; } Can you help me resize to 0.8 the name of customer too? Link to comment
tuanphan Posted September 24 Share Posted September 24 On 9/22/2024 at 8:45 PM, Liel said: Can you help me resize to 0.8 the name of customer too? You can use this /* reviews text */ section[data-section-id="66d6fbdff3e51520b62b9500"] h2.list-item-content__title { font-size: 0.8rem !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
Liel Posted September 24 Author Share Posted September 24 4 hours ago, tuanphan said: You can use this /* reviews text */ section[data-section-id="66d6fbdff3e51520b62b9500"] h2.list-item-content__title { font-size: 0.8rem !important; } Unfortunately this one is changing only the review but not the user Link to comment
tuanphan Posted September 25 Share Posted September 25 19 hours ago, Liel said: Unfortunately this one is changing only the review but not the user With user, use this code section[data-section-id="66d6fbdff3e51520b62b9500"] .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
Liel Posted September 26 Author Share Posted September 26 On 9/25/2024 at 12:57 PM, tuanphan said: With user, use this code section[data-section-id="66d6fbdff3e51520b62b9500"] .list-item-content__description p { font-size: 10px !important; } Thank you! It worked! 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