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

    I have tried everything with no luck. I want to change the font color of the Accordion Title only. I see in the theme you can only change all under styling which effects the title and the copy within the toggle. How do you just change the TITLE ONLY font color.

    #973412

    h3.aviaccordion-title {
    color: #9977B1!important;
    }

    Tried this among other code. Nothing seems to work!

    #973533

    Hi,

    Add this to quick css:

    .toggler.av-inherit-font-color.av-inherit-border-color{
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #974407
    This reply has been marked as private.
    #974410

    Hi,

    I’m glad I was able to help you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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