Replies: 0
Hi there,
I would like to change the font style of the FAQ’s (title and content).
Tried the solution in this topic https://wordpress.org/support/topic/edit-font-size-1/ (in stead of font size I did font style). But it didn’t work.
I would like to add the code to the Extra CSS of my theme.
This is what I tried:
.arconix-faq-accordion-title {
font-family: “Arial”, Arial, Helvetica, sans-serif !important;
}
.arconix-faq-accordion-content {
font-family: “Arial”, Arial, Helvetica, sans-serif !important;
}
It didn’t work.
I tried a different code, which does work, but it only works with one group title. That’s no solid solution.
Here’s the url of my site. https://www.myrax.nl/faq/
Help is much appreciated. 🙂