Tagged: caption text
Hey sdawks,
Best regards,
Victoria
Hi Victoria
The website is working… perhaps it was down when you tried? Would you mind trying again please.
Thank you
Sian
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){{
#top #wrap_all .slideshow_caption h2.avia-caption-title, #top #wrap_all .av-slideshow-caption h2.avia-caption-title {
font-size: 30px!important;
}}
Best regards,
Jordan Shannon
Hi Jordan
Thanks for your message.
I added the code, but all it did was change the font for the caption when viewed on a desktop and made no changes to how the caption appears on a mobile device.
The caption was fine on the desktop, so I wouldnt want to make changes to it – I only look to change the appearance of the caption on a mobile. As well, I was not looking to change the font.
Can you help?
Thanks
Sian
Hi,
Thanks for the update. Please try this CSS instead:
@media only screen and (max-width: 767px) {
#top #wrap_all .slideshow_caption h2.avia-caption-title, #top #wrap_all .av-slideshow-caption h2.avia-caption-title {
font-size: 30px !important;
}
}
Best regards,
Rikard
Hi Rikard
Thank you – this has worked :)
Best wishes
Sian
Hi Sian,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria