Page categorie size font description

Posted in: Newspaper
Post count: 56

Hello, on my picture you have a screenshot of the top page of a category, and I wanted to change the size of the description text, and also put a different background color than white, do you know if this is possible in the settings newspaper ?

null

Post count: 7909

Hi,

Unfortunately there is no option the font size for category description, but you could use custom css in Theme Panel > Custom Css and change the size and also add background color. Try this code: http://screencast.com/t/vZjKAVR5vKX

.td-category-description {
background-color: #f4524d;
}
.td-category-description p {
font-size: 20px;
}

Thanks!

Post count: 56

Thanks is perfect 🙂

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