Okay
  Public Ticket #2604988
Gallery image meta font size
Closed

Comments

  •  1
    Chris started the conversation

    Hi! Is there a way to target the font size, etc of the meta text that shows on hover when using a gallery? Thank you!!

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpb_gallery_slidesimage_grid .portfolio-items .work-item.style-4 .bottom-meta h3 {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Chris replied

    Works great! Thank you.