Hi
I have made a Full Screen Slider but I can not get the size of the Caption Title Font or Text Caption Font Size to change the set- on my Iphone. Why?
http://www.screencast.com/t/o3zv4c5n
http://www.screencast.com/t/trc4QjQmes
What is this CSS which I got from you earlier:
@media only screen and (max-width: 479px) {h1 {font-size: 24px; }
h2 {font-size: 25px; }}
Does it influence my problem?
br
Carsten
Hey Carsten!
Thank you for using Enfold.
You can use this at the very bottom of Quick CSS field:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
}
.avia-caption-content {
font-size: 11px;
}
}
Cheers!
Ismael
Thanks :)
Carsten