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

    Hello, is it possible to set the accordion title in bold and the content of the accordion as normal text?

    Thanks for helping!

    #593967

    Hi @Luisgasser;
    try to add these lines (with your custom size of text) in to Quick Css field your child theme styles :

    /*SET THE SIZE OF THE TITLE OF THE ACCORDION*/
    #top .aviaccordion-title h3{font-size: 24px !important;}
    
    /*SET THE SIZE OF THE TEXT OF THE ACCORDION*/
    #top .aviaccordion-title p{font-size: 15px !important;}
    #593981

    Hey!


    @Luisgasser
    let us know if that solves the issue for you, or if we can help you do anything else

    Best regards,
    Basilis

    #594172

    Hi,
    thank you for helping – but it doesn’t work.

    I’ve found it – maybe for some other people:

    p.toggler {
    font-weight: bold;
    color: #a1c138 !important;
    }

    #594811

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.