Home › Forums › Jevelin Theme › Customise Accordion
Home › Forums › Jevelin Theme › Customise Accordion
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
Certainly. And thank you for the prompt response!
http://edenfestival.co.uk/SITE/essential-info/
You’ll see I tried to change the accordion title font with css, but it just displays the code.
Thanks again!
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;
}