Accordion border
Hi, I am interested in changing all the borders (question, answers, vertical side) of the accordion item.
What is the CSS for it?
Thanks
Hi, I am interested in changing all the borders (question, answers, vertical side) of the accordion item.
What is the CSS for it?
Thanks
Comments
Hello,
You can try to use the following CSS code:
.accordion .question, .accordion .question .answer, .accordion .question .title{ border: #000 solid 1px!important; }Thanks
Thankss