Hi, have tried multiple code but the full width slider caption title and text on mobile is still thesame. It’s too small and i want to increase it. Can someone help please
Hey vonipeter,
You need to find and remove or change the following from your css first:
@media only screen and (max-width: 479px){
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
}}
Best regards,
Jordan Shannon
that works. Thanks..
but on mobile i want to be able to give different font size from slider title to slider caption text, can you help me ?
Hi,
You should be able to just adjust the above to what you need. Leave out !important so it only applies on mobile.
Best regards,
Jordan Shannon
didnt work out. Removing important, sets the mobile slider back to its default(small font). setting important! makes the slider on pc and mobile both to respond to font changes.
But what i want to do is to change and make the title on slider on mobile to be smaler than the slider content, text below it without distorting pc font relationship as pc slider is perfect
Hi,
You have to add the class. Try the following in quick css:
@media only screen and (max-width: 479px){
.responsive #top .slideshow_caption h2.avia-caption-title {
font-size: 40px !important;
}}
I tested in the browser and it worked.
Best regards,
Jordan Shannon
no, didnt work
Hi,
This CSS is current applying:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 35px !important;
}
}
It looks to be added from Quick CSS, is that correct? If not then please post login details so that we can have a closer look.
Best regards,
Rikard
yes it is
Hi,
Are you able to post login details in the private area so we can look into this further for you?
Best regards,
Jordan Shannon