Okay
  Public Ticket #1515161
Accordion
Closed

Comments

  • Stephan started the conversation

    Hello, how can I change the font size and the font color of the title in the accordion?

  •  1,823
    Support replied

    Hello

    font size:

    .accordion dt {
        font-weight: 700;
        font-size: 14px;
    }

    color:

    .accordion dt.accordion-active {
        color: #fff;
    }

    for active (expanded) accordions

    .accordion dt.accordion-active {
        color: add your color code here;
    }

    for normal state items


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy