• Resolved naijakitsch

    (@naijakitsch)


    In the custom css section for the foogallery on this page, I have been using the following custom css code to edit the font for the thumbnail hover captions. But now the code doesn’t seem to be working:

    .foogallery-caption {
    font-size:25px;
    line-height:22px;
    color: #ffffff;
    font-family: ‘Raleway’, sans-serif;
    font-weight: normal;
    }

    Has the code to edit the hover captions changed during one of the more recent updates?

    • This topic was modified 7 years, 6 months ago by naijakitsch.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter naijakitsch

    (@naijakitsch)

    So I just updated the website (the link is below), and I tried to use the same custom css to change the font of the captions you see when you hover over the images. But the code still isn’t working. How can I change the font/style/color etc. of the hover captions?

    chianunwa.com

    Plugin Author bradvin

    (@bradvin)

    hi

    You can use this CSS:

    
    .foogallery div.fg-caption-title {
      font-size:25px;
      line-height:22px;
      color: #ffffff;
      font-family: ‘Raleway’, sans-serif;
      font-weight: normal;
    }
    
    Thread Starter naijakitsch

    (@naijakitsch)

    Worked like a charm. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom css not working?’ is closed to new replies.