jmaasberg Posted June 12, 2023 Posted June 12, 2023 (edited) Hello, I am having an issue where my custom css recoloring some things like this accordion and the newsletter button on the homepage are loading and visible while in the editor, but not live. I am not sure why, hoping for some help! Site: tracyforauburn.com PW: vibe2023 //ACCORDION .sqs-block-accordion .accordion-item__title-wrapper { background-color: #e9bd49ff!important; } //HOME NEWSLETTER section[data-section-id="64820ab29499916ee71fa2d4"] { .newsletter-block {padding-top: 0; padding-bottom: 0} .sqs-block-newsletter .newsletter-form-field-element { padding-top: 10px !important; padding-bottom: 10px !important; background-color: #ebede8ff!important; } button.newsletter-form-button.sqs-system-button { padding-top: 15px !important; padding-bottom: 16px !important; background-color: #b24a5dff!important; color: #ebede8ff!important; }} Example: Edited June 12, 2023 by jmaasberg
creedon Posted June 12, 2023 Posted June 12, 2023 The have a syntax error in your code in Design > Custom CSS. .sqs-block-accordion .accordion-item__title-wrapper { background-color: #e9bd49 ff !important } It should be... .sqs-block-accordion .accordion-item__title-wrapper { background-color: #e9bd49ff; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Solution jmaasberg Posted June 12, 2023 Author Solution Posted June 12, 2023 3 minutes ago, creedon said: The have a syntax error in your code in Design > Custom CSS. .sqs-block-accordion .accordion-item__title-wrapper { background-color: #e9bd49 ff !important } It should be... .sqs-block-accordion .accordion-item__title-wrapper { background-color: #e9bd49ff; } Let us know how it goes. Thanks for noticing this! I fixed it and it still wasn't working outside the editor, but I just tried removing the end ff from the hexadecimal colors and it now seems to be working. Strange, I thought that worked. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment