Jefferson0123 Posted December 12, 2023 Posted December 12, 2023 Hi there, what custom CSS code do I need to change the colour of my accordion Header 2 text and horizontal line dividers to a green colour #7DB560. Please note I will need to be able to do this on multiple webpages where there is lengthy texts. Would really appreciate your help.
AlexSan Posted December 12, 2023 Posted December 12, 2023 @Jefferson0123, Would you mind sharing a link to your site? Would be easier to give you a solution that way.
Jefferson0123 Posted December 12, 2023 Author Posted December 12, 2023 Sorry I thought I've included a link. Here it is: https://olive-glockenspiel-gbhp.squarespace.com/deputyship-application-faqs
AlexSan Posted December 12, 2023 Posted December 12, 2023 Just now, Jefferson0123 said: Sorry I thought I've included a link. Here it is: https://olive-glockenspiel-gbhp.squarespace.com/deputyship-application-faqs That's alright! I think squarespace asks you to include a link before you post, and then doesn't include the link in the post for some reason. I think you may have the page invisible or hidden? This is what I'm seeing:
Jefferson0123 Posted December 12, 2023 Author Posted December 12, 2023 Not sure why this is happening. To find the page can you search for Deputyship Application FAQs or try some of the wording from the webpage: If a friend or a loved one is unable to manage their affairs and if they have not previously prepared an Enduring Power of Attorney or a Lasting Power of Attorney then a Deputyship Application is the next step.
Solution AlexSan Posted December 12, 2023 Solution Posted December 12, 2023 @Jefferson0123 Not sure either, but I was able to find it! Try the following code: .sqs-block-accordion .accordion-item__title-wrapper, .sqs-block-accordion .accordion-divider { color: #7DB560; } Should look like this: If you want the arrow to be green as well, then use this: .sqs-block-accordion .accordion-item__title-wrapper, .sqs-block-accordion .accordion-divider, .sqs-block-accordion .arrow { color: #7DB560; } Let me know if that works.
Jefferson0123 Posted December 12, 2023 Author Posted December 12, 2023 That worked brilliantly. Thank you for looking into this for me.
AlexSan Posted December 12, 2023 Posted December 12, 2023 2 hours ago, Jefferson0123 said: That worked brilliantly. Thank you for looking into this for me. Anytime!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment