Hi, how can I change the font color to white and increase the font size in an accordion slider element?
Hey DROR!
Please add following code to Quick CSS
h3.aviaccordion-title {
color: white!important;
font-size: 20px!important;
}
Best regards,
Yigit
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?
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
Sure, info is added.
OK, I figured it out. How can I make the excerpt font smaller?
Hi!
Please add following code to Quick CSS
.aviaccordion-excerpt {
font-size: 12px;
}
Cheers!
Yigit
Thanks.