I am trying to add some basic css to my FAQ page (www.desnoir.studio/faq) to change the letter spacing of the accordion questions. I've used the following code snippet and put it under
> Custom code
> Add code to pages: All pages
> Load code on each new page
> Place code in: Head But it doesn't seem to be applying to the page. Any help please?
<style>
.q-title {
letter-spacing: 0.3em;
}
</style>