H5 style – highlights

Posted in: Newspaper
Post count: 18

I can see where to define H5 post style in terms of font, size etc., but I’d like to highlight all H5 in yellow

How can I do this?
Thanks

Post count: 35449

Hi,

Unfortunately there is no setting for this, this can be achieved only with custom css, please try this code
h5 {
background-color:#FFFF00;
}

The code need to be set in theme panel> custom code> custom css
If the code is not apply, please provide me a link to your website and I will provide a better css.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.