• Resolved Swan1305

    (@swan1305)


    Hi there, I’ve tried lots of different css snippets but don’t seem to be able to do what I need to! I wanted to change the colour and size of the caption title text that shows when you hover over the thumbnail version of an image (before it opens in lightbox).

    I used this code, which changes it once it has been clicked on and is opened in lightbox but I can’t seem to figure out the first part!
    .fbx-caption-title {font-size: 22px;
    color: #f8155e;}

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author steveush

    (@steveush)

    Hi @swan1305,

    You should be able to use the following to adjust the caption title size and color:

    .foogallery .fg-caption-title {
    	font-size: 16px;
    	color: #FFF;
    }

    If however you are using one of the preset options for captions you may need to use the following depending on which should allow you to adjust the preset sizes:

    .foogallery.fg-preset .fg-caption-title {
    	font-size: 16px;
    	color: #FFF;
    }

    Thanks
    Steve

    Thread Starter Swan1305

    (@swan1305)

    Perfect, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hover Caption Typography’ is closed to new replies.