Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #533368

    Hi, how can I change the font color to white and increase the font size in an accordion slider element?

    #533371

    Hey DROR!

    Please add following code to Quick CSS

    h3.aviaccordion-title {
        color: white!important;
        font-size: 20px!important;
    }

    Best regards,
    Yigit

    #533385

    Thanks, I added descriptions to the images in the slider but for some reason they are not showing on the page. Can you take a look?

    #533848

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #533909

    Sure, info is added.

    #533921

    OK, I figured it out. How can I make the excerpt font smaller?

    #534052

    Hi!

    Please add following code to Quick CSS

    .aviaccordion-excerpt {
        font-size: 12px;
    }

    Cheers!
    Yigit

    #534068

    Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change font color and size of accordion slider?’ is closed to new replies.