Hi there
I need to change the font size of .avia-caption-content
I can not do that! it seems like there’s this
@media only screen and (max-width: 479px)
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 13px !important;
}
that I can’t override – how can I do that??
thanks!
Hey studiono,
Could you please give us a link to your website, we need more context to be able to help you.
The code is not having all the braces it needs:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption .avia-caption-content {
font-size: 13px !important;
}
}
Best regards,
Victoria
hi victoria you can check the link in the private content down here
Hi studiono,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
#top .avia-caption-content p {
font-size: 13px;
}
.responsive #top .slideshow_caption h2 {
font-size: 22px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
it is working, thanks!
Hi studiono,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria