Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1351921

    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;
    }

    #1351951

    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

    #1351956

    Thank you! That worked a charm!

    #1351973

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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