Hi there. Awesome theme!
Is it possible to change the accordion title font?
And can I make the accordion content background transparent?
Many thanks.
Reuben
Hi Reuben,
I hope you are well today and thank you for your question.
We can achieve this by developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
span.sh-accordion-title {
font-family: 'Amatic SC', cursive;
font-size: 1em;
}
.sh-accordion .panel .panel-collapse .panel-body {
background-color: transparent;
}
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.