hi
i have changed via custom css (as you supplied) the background colour of my captions, however I would like to reduce the padding around the text. I have included a link so you can see what I mean. How can I achieve this?
Hi digitall!
The CSS here includes that
.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption { }
a padding:20
You can alter it to what you want.
Please let us know if we can do anything else.
Cheers!
Basilis
i assume you mean:
.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
a padding:20
}
?
This didnt work… :(
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 5px; }
Best regards,
Yigit