Ive found a few CSS lines to put in custom.css but none seem to make a difference.
Im trying to move the caption text further to the left, have a wider box and change the font.
tried this in custom.css and it did nothing:
#top .av-image-caption-overlay-center {
color: #F00;
font-size: 42px;
text-align:left;
font-weight:900;
font-family:Verdana, Geneva, sans-serif;
}
Hi,
if you’d post a link to your website, i could take a look.
But if you allready have a link in the private section for the support team and don’t want the link to be seen for everyone, we’ll have to wait for someone from the support team :)
cheers
Its fine, can be found here:
Hi!
Try with this code:
#top .av-slideshow-caption {
color: #F00;
font-size: 42px;
text-align:left;
font-weight:900;
font-family:Verdana, Geneva, sans-serif;
}
Regards,
Josue
Thanks Josue that worked, next question is how do i get that caption area to be wider and move it close to left side of window?
Hey!
Try with this:
.caption_left .slideshow_caption {
width: 70%;
left: -20px !important;
}
Adjust as needed.
Best regards,
Josue
You my friend are a legend, thank you so much.
You are welcome, always glad to help :)
Regards,
Josue