Change font on image box caption

Posted in: Newspaper
Post count: 5

Hi
I am using Newspaper 7.5, I have added a page with images (image box) I have managed to change fonts and styles on all pages but I cannot find the image box font settings for the captions, can anyone point me in the right direction, I do use yellow pencil so I could change it with that but would like to know how to do it in the panel.

thank you
Kevan

Post count: 22421

Hello,

I suspect you are referring to the custom title not the image caption as this element ignores captions for images. It will only show an image and a custom title.
There is no setting in the fonts section added for this element for the moment. You can change the font family and size with css like so:
.td_block_image_box .entry-title{
font-family: 'Roboto', sans-serif;
}

Add the code in the theme panel-> custom css box

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.