Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #337272

    Hi
    i tried to use one of the solutions in forum to change the size of the tab title inside accordion
    #top .aviaccordion-title h3 {
    color: #666!important;
    }

    But it does not. Do you have an idea?
    Thx, Oli

    #337283

    Hi heufti65!

    Please try using following code

    #top .aviaccordion-title h3 {
    font-size: 16px !important; 
    }

    the code you used should change its color

    Regards,
    Yigit

    #337543
    This reply has been marked as private.
    #337850

    Hi!

    Try with this:

    .toggler {
        font-size: 18px;
    }

    Regards,
    Josue

    #337939

    Hi – great. Works perfect.
    Thanks, Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing Accordion Tab Title Size’ is closed to new replies.