Change css of accorditions

Hello,
I would like to modify the accordition below :
image
with the below :
image
Please advice for the modification.
thanks.

Comments

  • Hi,
    remove the inline color you entered in the tabs and use this css
    .accordion .question .title > .acc-icon-plus, .accordion .question .title > .acc-icon-minus {
    color: red !important;
    }
    .ui-tabs .ui-tabs-nav li a, .accordion .question .title, .faq .question .title, table th {
    color: red !important;
    background:none !important;
    border:1px solid red !important;
    }
    thanks
  • Much appreciated.

Sign In or Register to comment.