Hi John, Thanks for that.
Sorry, for slow reply…been away over weekend.
I have uploaded the file to the theme directory as suggested and have had success in editing the title by doing the following:
/* FAQ Title
———————————————————— */
.arconix-faq-title {
background: url(../../images/toggle-open.png) no-repeat left transparent;
cursor: pointer;
font-size: 16px;
font-family: “velocity”, sans-serif;
padding: 0 0 0 30px;
position: relative;
}
Which is exactly what I was after! But I am struggling to apply changes to the group description (that you said was term title section) as well as the content. For the description I assume you mean to edit here?
/* Term Title
———————————————————— */
h3.arconix-faq-term-title { margin: 20px 0 10px}
So, I have tried the following but am not sure what I am missing:
/* Term Title
———————————————————— */
h3.arconix-faq-term-title {
margin: 20px 0 10px
font-family: “velocity”, sans-serif;
font-size: 16px;
}
Wonder if you can help? Feel like I am almost there!!
Many Thanks.
Ian