Text under image

Forums Easy FancyBox Pro Text under image

Viewing 3 reply threads
  • Author
    Posts
    • #11784
      Denise Faucher
      Participant

      I just bought the Easy FancyBox pro. I love it. But It seems that the text (description) under the image is a little bit too small. Is it possible to change the font size? How can I do that, maybe with css but I am not sure. I need your help. Thank You!

      https://sylvieprudhomme.com

       

    • #11789
      Rolf
      Keymaster

      Hi Denise,

      You can change the title text size with a rule like this added to the Custom CSS in the theme Customizer:

      
      #fancybox-title {
          font-size: 14px;
          font-weight: bold;
      }
      
    • #11811
      Rolf
      Keymaster

      UPDATE: I forgot, for the font size you’ll need an addition “!important”.

      Like this:

      
      #fancybox-title {
          font-size: 16px !important;
          font-weight: bold;
      }
      
    • #11812
      Denise Faucher
      Participant

      Yes I did try and everything is fine! Thank You.

       

      Denise

Viewing 3 reply threads
  • You must be logged in to reply to this topic.