Tagged: easy slider
Hi the title in the easy slider is not working with CSS. I have tried the solution of a number of posts including this one
I have resorted to inline styling. However, I would like to set the font-size variation for mobiles and the “Caption Title Font Size” is not responsive.
The caption is styled without any issue.
Tried clearing cache and browser data and purged. other changes are being pushed effectively.
Thanks
Hey demicoli00,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi demicoli00,
Thanks for giving us admin access.
I have duplicated your homepage (link in private content), then removed the h2 with inline attributes in the slide title and I could see font sizes working properly even in the mobile version.
I’m not really sure if I understood the issue but I could see it working properly, can you tell us maybe what you’re trying to achieve?
Best regards,
Nikko
Hi thanks for this.
Now what I’m trying to achieve is to text transform the title from Uppercase to Capitalise.
In the test homepage that was created by yourself I tried the following CSS but it is not working.
.av_slideshow .avia-caption .avia-caption-title {
text-transform: capitalize;
}
Hi,
I added following code to bottom of Quick CSS field
.avia-caption-title {
text-transform: capitalize !important;
}
Please review your website :)
Best regards,
Yigit
It worked. thank you. I was missing the “!important”.
Regards,