I’ve been reading these questions and answers and trying to find out how to change the size of the caption title on the fullwidth easy slider. Now it is too small on mobile devices. None of the css I found here, has resolved this. Can you help?
Hey tammiviestinta,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #full_slider_1 .avia-caption-title {
font-size:20px;
}
}
Best regards,
Rikard
Nothing changed with this quick CSS…
Hi,
Did you delete the old JS/CSS files under Enfold->Performance?
Best regards,
Rikard
Yes, I have.
Hi tammiviestinta,
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: 767px) and (min-width: 480px) {
.responsive #top .slideshow_caption h2 {
font-size: 26px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
This did not change anything.
Hi tammiviestinta,
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: 767px) {
.responsive #top .slideshow_caption h2 {
font-size: 30px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Now it worked!
Thank you again for your help! This is the best support ever!
Hi tammiviestinta,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko