How to change Extra information font size?

Posted in: Newspaper
Post count: 107

Hii.. How to change font size for Extra information? (path: Theme panel > multi-porpose > General settings > Extra information)

Thanks

Post count: 20688

Hi,

There is no actual setting for that element at the moment. You could change it with some CSS if required. You could make it similar to the top menu for example
https://www.screencast.com/t/B7rZpmJi
This is the code used in the example

.td-header-sp-info {
font-family: Roboto-Regular;
font-size: 13px;
}

Thanks

Post count: 107

Great.. thanks for your help

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