akb33 Posted May 12, 2020 Share Posted May 12, 2020 Site URL: https://www.asiawest.net/ Hi there. I have a custom form for customers to fill out when they click the add to cart button on certain products (example). The font size is so small you can barely read it! Could somebody provide me with some code to increase the font size? Thank you! Link to comment
tuanphan Posted May 13, 2020 Share Posted May 13, 2020 Add to Home > design > custom CSS .lightbox-content .form-inner-wrapper label { font-size: 20px; } 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
akb33 Posted May 14, 2020 Author Share Posted May 14, 2020 Perfect! On a similar note... what code would I use to change the text size of captions in photo galleries and summaries? THANK YOU! Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 11 hours ago, akb33 said: Perfect! On a similar note... what code would I use to change the text size of captions in photo galleries and summaries? THANK YOU! Can you share link to galleries/summaries? 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
akb33 Posted May 15, 2020 Author Share Posted May 15, 2020 Yes, I have two that I'm referring to: https://www.asiawest.net/contact (the contact icons on this page) https://www.asiawest.net/ (in the "Our Products" section) THANK YOU! Link to comment
akb33 Posted May 21, 2020 Author Share Posted May 21, 2020 @tuanphan Do you have any ideas on how I could change the text size of the captions in these galleries and summaries? Any help would be greatly appreciated. Thank you!! Link to comment
tuanphan Posted May 22, 2020 Share Posted May 22, 2020 20 hours ago, akb33 said: @tuanphan Do you have any ideas on how I could change the text size of the captions in these galleries and summaries? Any help would be greatly appreciated. Thank you!! Add to Home > design > Custom CSS div#block-yui_3_17_2_1_1585416385937_11283 .summary-title a { font-size: 30px; } 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
akb33 Posted May 22, 2020 Author Share Posted May 22, 2020 I just tried this and it's not changing the font size. For reference, this is what I want to change. Do you notice how small these areas of text are in both my contact summary block and Mailing List form? Link to comment
tuanphan Posted May 25, 2020 Share Posted May 25, 2020 On 5/23/2020 at 4:31 AM, akb33 said: I just tried this and it's not changing the font size. For reference, this is what I want to change. Do you notice how small these areas of text are in both my contact summary block and Mailing List form? You mean Sign up to ... text & email, instagram...? 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 May 27, 2020 Share Posted May 27, 2020 On 5/26/2020 at 2:11 AM, akb33 said: Yes! <style> .summary-excerpt>p { font-size: 18px !important; } .newsletter-form-header-description p { font-size: 18px !important; } </style> Edit Contact Page > Add Code Block > paste above code 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
akb33 Posted May 27, 2020 Author Share Posted May 27, 2020 3 hours ago, tuanphan said: <style> .summary-excerpt>p { font-size: 18px !important; } .newsletter-form-header-description p { font-size: 18px !important; } </style> Edit Contact Page > Add Code Block > paste above code This worked perfectly. Thank you SO much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.