Hello, I want to change the size of my title and subtitle in a slider full page, I found this code on your documentation :
/* Easy slider title */
.av_slideshow_full .avia-caption-title {
/*Your style here */
}
/* Easy slider caption content */
.av_slideshow_full .avia-caption-content p {
/*Your style here */
}
I formulated my CSS code like that but it does not work :
.av_slideshow_full .avia-caption-title {
font-size: 50px !important;
}
.av_slideshow_full .avia-caption-content p {
font-size: 50px !important;
}
… where is my error?
Thank you :-)
Hey Marie-Claude,
Your CSS looks fine to me, could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi Rikard !
Sure, here the link.
Thanks :)
Hi,
Please be sure to add your css to the very top of quick css so that it runs first. Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Hello Jordan,
I add css on very top and sorry it does not work :-(… and yes I refresh my caches many times.
Hi,
Thanks for the update. Please try this CSS instead:
#fullscreen_slider_1 .avia-caption-title {
font-size:40px !important;
}
#fullscreen_slider_1 .avia-caption-content p {
font-size:20px !important;
}
Best regards,
Rikard
Yeah, perfect !
Thanks you :-)
Hi,
I’m glad you got this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon