Hi!
I’ve made a nice Q&A with the Accordion. Although there isn’t much difference between the title (question) and the tekst (answer).
What i would like to have is that the questions have a background color, with an arrow on the side. When i click, the arrow changes directions (pointing to the right to down).
The ‘drop-down’ should not have a background color, and should just be plain text like it is now.
Can you help me?
Thanks in forward.
Rob
Hi fpwrotterdam!
Add this to your custom CSS.
.activeTitle .vert_icon { background: url("URL to your image") !important; }
.activeTitle .hor_icon { background: url("URL to your image") !important; }
And then replace the “URL to your image” text with the URL to your right and down arrow images.
Best regards,
Elliott
That doesn’t really do the job. Thanks though!
I’ve seen i can give my accordions a border here: Theme setting – website styling – main content – borders. But when i do that, the rest of the page content get borders too. I want it just for my accordion.
Also i would like to make the ‘questions’ bold and the answers ‘normal’.
I think ill just let go of the idea of the arrows. Bold questions with borders will do.
Hope you can help me