"column text" font change

Posted in: Newspaper
Post count: 3

Hello, I’d like to change font of a td “column text” in my homepage , is there a way by using the “theme panel” ?
I also use a woocommerce shortcode [featured-products] in a td “text with title” in my homepage (h2.woocommerce-loop-product__title), is there a possibility to change the font ?
King regards

Post count: 22421

Hello,
The font can be changed with a custom css but you will have to assign a custom class to your element first. Please add a custom class to your column text element:
https://www.screencast.com/t/EIQ3loKu
And then you can use this css in your page builder:
.mycustomclass p{
font-size:20px
}

If you want to change the font family you will have to use the font-family css.

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