chichi Posted June 3, 2020 Share Posted June 3, 2020 Hi I've added custom CSS to change the font of buttons. But it's applying to some buttons but not all. What is the code to change the font for all buttons? This is the code I used: .sqs-block-button-element { font-family: 'Open Sans Light' !important; } Link to comment
tuanphan Posted June 3, 2020 Share Posted June 3, 2020 Try this CSS .sqs-block-button-element, .sqs-block-button-element * { font-family: 'Open Sans Light' !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
chichi Posted June 3, 2020 Author Share Posted June 3, 2020 Hmm it didn't work. The code still only applies to the buttons that were already applied to. These buttons are in the image section. Is there a separate div for these buttons in the image blocks? Link to comment
tuanphan Posted June 3, 2020 Share Posted June 3, 2020 5 hours ago, chichi said: Hmm it didn't work. The code still only applies to the buttons that were already applied to. These buttons are in the image section. Is there a separate div for these buttons in the image blocks? ah, image button has different class. Can you share link to page where you insert image button? 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
chichi Posted June 4, 2020 Author Share Posted June 4, 2020 I fixed it! I followed your class id list you posted in another post:) Another question: I'd like to change the login font on the navigation (circled in picture). Would you know how to find the class id? Website: personalchefberlin.de Password: june Thank you!! Link to comment
tuanphan Posted June 4, 2020 Share Posted June 4, 2020 2 hours ago, chichi said: I fixed it! I followed your class id list you posted in another post:) Another question: I'd like to change the login font on the navigation (circled in picture). Would you know how to find the class id? Website: personalchefberlin.de Password: june Thank you!! .user-accounts-text-link span { color: red; 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.