2729 Posted April 15, 2021 Share Posted April 15, 2021 @tuanphan wondering if you can help with this image below. I have searched the web and tried everything to attack the descriptions next to the checkbox in the form block on our site. I have the custom fonts added in CSS already and its working on the rest of the form but this is the only section that i cannot target. Link to comment
tuanphan Posted April 15, 2021 Share Posted April 15, 2021 Hi. Can you share link to page in screenshot? We can check easier 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
2729 Posted April 21, 2021 Author Share Posted April 21, 2021 On 4/15/2021 at 10:49 AM, tuanphan said: Hi. Can you share link to page in screenshot? We can check easier https://www.twentyseventwentynine.com/brand-strategy pw: 2729 also, not sure if you know how to make the font in the drop down form the same font as everything else as well? Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 29 minutes ago, 2729 said: https://www.twentyseventwentynine.com/brand-strategy pw: 2729 also, not sure if you know how to make the font in the drop down form the same font as everything else as well? Add to Design > Custom CSS /* I understand */ .option * { font-family: 'MargoSerif-Regular'; } /* select */ .form-item.select * { font-family: 'MargoSerif-Regular'; } 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
2729 Posted April 23, 2021 Author Share Posted April 23, 2021 On 4/20/2021 at 10:30 PM, tuanphan said: /* select */ .form-item.select * { font-family: 'MargoSerif-Regular'; } Thank you! So the first one worked, but the second made the asterisk bigger/changed the font. I am trying to target the actual text in that drop down (ie. the words Instagram, Facebook etc). Link to comment
tuanphan Posted April 24, 2021 Share Posted April 24, 2021 On 4/23/2021 at 7:48 AM, 2729 said: Thank you! So the first one worked, but the second made the asterisk bigger/changed the font. I am trying to target the actual text in that drop down (ie. the words Instagram, Facebook etc). Use this CSS .select+div input::placeholder { font-family: 'MargoSerif-Regular' !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
2729 Posted April 28, 2021 Author Share Posted April 28, 2021 On 4/24/2021 at 9:37 AM, tuanphan said: .select+div input::placeholder { font-family: 'MargoSerif-Regular' !important; } Thanks! this helped for the bottom version but not the actual drop down. see image below where it says instagram with the down arrow. Do you know how to target that drop down specifically? Link to comment
tuanphan Posted April 28, 2021 Share Posted April 28, 2021 On 4/21/2021 at 9:30 AM, tuanphan said: Add to Design > Custom CSS /* I understand */ .option * { font-family: 'MargoSerif-Regular'; } /* select */ .form-item.select * { font-family: 'MargoSerif-Regular'; } use this + code I sent above 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
Archived
This topic is now archived and is closed to further replies.