Hi,
Are there any advance styling options for the image captions for the theme? I need to change the weight, size, font
Thanks
Marcus
if you choose on content tab of the image alb the caption – another Option Toggle will be shown on Styling Tab: “Image Caption”.
Font and weight had to be styled via css. Selector is:
.av-image-caption-overlay-center {
font-weight: bold;
}
background on hovering is styled by:
.av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg {
opacity: 0 !important;
}
and if you like to change the font on hovering:
.av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-image-caption-overlay-center {
color: #FFF !important
}
Hi,
Thanks for helping out @guenni007 :-)
If you need further help @woogie07, then please post the page password in private, so that we can access it.
Best regards,
Rikard
Hi Rikard,
Where is the css located to add the code?
What is the correct CSS coding Eg. If I wanted Image Caption to be Fira Sans light what is the coding?
Thanks
Marcus
Hi,
Thanks for the update. Please try the CSS in Quick CSS under Enfold->General Styling. The captions seems to be using Fira Sans already?
Best regards,
Rikard
Hi Rikard
What is the css code to change the font weight?
Thanks
Marcus