Hello – I am trying to style the font for the gallery caption when you mouse over the image. I am suing the code as below but with no success. Please can you let me know where I am going wrong. Web address in private content. Thanks you.
/* caption font */
#top .av-masonry h3.av-masonry-entry-title.entry-title {
font-size:12px;
font-family: ‘Encode Sans Expanded’, sans-serif;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
Hey Kate,
Please try this css instead:
#top .av-masonry-entry .av-masonry-entry-content {
font-size:12px;
font-family: 'Encode Sans Expanded', sans-serif;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area.
Best regards,
Mike
Thank you! That worked a charm!