Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #722290

    Hi there,
    I’m trying to bold my picture caption overlay and keep them white (rather than the themes colour).
    Can you help me with some custom css. I’m having trouble.
    Thanks.

    #722292

    This worked, but is it correct?

    .av-image-caption-overlay-center {
    font-weight: bold; !important;
    color: #ffffff; !important;

    #722902

    Hi,

    Thanks for that, you didn’t close your CSS block but otherwise it looks fine:

    .av-image-caption-overlay-center {
    font-weight: bold; !important;
    color: #ffffff; !important;
    }

    Please post a link to your site if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.