KPP Posted April 27, 2020 Share Posted April 27, 2020 Site URL: https://alligator-lavender-bss4.squarespace.com/studio-1 Hi, I am trying to change the borders of all outline CTA buttons to red. However, when adding the code to CSS it only displays when editing the code but not on the live site. Can you please help? Here is the code I used: .primary-button-style-outline .bright-inverse .sqs-block-button-element--small, .primary-button-style-outline .bright-inverse .sqs-block-button-element--medium, .primary-button-style-outline .bright-inverse .sqs-block-button-element--large, .primary-button-style-outline .bright-inverse .header-actions .btn { color: #1647b1; border-color: #D50917; background: transparent; } Link to comment
tuanphan Posted April 27, 2020 Share Posted April 27, 2020 Wthat is access password? 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
JOHNMD Posted April 27, 2020 Share Posted April 27, 2020 .sqs-block-button-element--small { color: #1647b1; border: 2px solid #D50917; background: transparent; } Place code in Design> CSS If you are using a medium button then change the word 'small' in the first code line above to 'medium'. You can also adjust the border px width to 1px etc in the code. - John mcgouran.john@gmail.com Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.