BoulevardNorth Posted May 14, 2021 Posted May 14, 2021 Site URL: https://www.dianasweets.ca/current-offers I'd like to resize the form block lightbox button to be larger and the font to be increased. Can anyone recommend how to target this specific block and make these changes using custom css?
Agha_Waqas Posted May 14, 2021 Posted May 14, 2021 2 hours ago, BoulevardNorth said: Site URL: https://www.dianasweets.ca/current-offers I'd like to resize the form block lightbox button to be larger and the font to be increased. Can anyone recommend how to target this specific block and make these changes using custom css? Hi. Add below code into CSS editor. Adjust the padding and font according to your need. .form-block .lightbox-handle { font-size: 20px !important; padding: 1.5em 2.5em !important;}
BoulevardNorth Posted May 17, 2021 Author Posted May 17, 2021 On 5/14/2021 at 6:16 PM, Agha_Waqas said: Hi. Add below code into CSS editor. Adjust the padding and font according to your need. .form-block .lightbox-handle { font-size: 20px !important; padding: 1.5em 2.5em !important;} Thank you! That worked great.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.