• Hi,

    I’ve tried to change the caption color and position with this CSS and it’s not working. Is there a way to do it?

    /*lightbox caption*/
    .featherlight .featherlight-content .caption
    	font-family: Lato;
    	font-size: 15px;
    	color:#000000;
    	margin-top: 8px;
    	text-align: center;
    }

    Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter Albert21

    (@paulatea)

    Nevermind,

    it works with important.

    	color:#000000 !important;
    	text-align:center !important;
Viewing 1 replies (of 1 total)
  • The topic ‘Caption Color/Position’ is closed to new replies.