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

    (@cipherdevgroup)

    You can try and overrirde the default styles in your CSS. The class to overwrite is .featherlight.

    I don’t know if you managed to change your font.
    This is what worked for me (custom css in the theme customizer panel)

    /*lightbox caption*/
    .featherlight-content .caption {
    	font-family: Lato;
    	font-size: 15px;
    	margin-top: 8px;
    	text-align: center
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change font?’ is closed to new replies.