nazaninp Posted November 12, 2019 Share Posted November 12, 2019 I'm trying to increase the weight of the font of my form button. I was able to do it for the rest of the (non-form) buttons on my website using: .sqs-block-button a {font-weight: 600} but this code is not working for the form button. TIA! Link to comment
tuanphan Posted November 12, 2019 Share Posted November 12, 2019 Can you share link to the form? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MagneM Posted November 12, 2019 Share Posted November 12, 2019 Hi @nazaninp This worked for me: .button.sqs-system-button { font-weight: 700 !important; } .button.sqs-system-button:hover { color: hsl(48, 100%, 61%) !important; } Magne Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.