Categories excerpt style

Posted in: Newspaper
Post count: 39

Hello, I want to change the font style (size and font) of the categories excerpts, but that option does not appear in the theme panel. These excerpt dont have a css class either, so what would I need to change?

Thanks in advance!

Post count: 6600

Hi,

Are you referring to the category description? http://screencast.com/t/HCe8R859b
You can change this via css using this custom css in theme panel > custom css:

.category .entry-content {
background-color: #4db2ec;
font-style: italic;
color: #fcfcfc;
text-transform: capitalize;
font-family: Lobster;
}

Please let me know if this is what you want to change.
Change the background-color/font-family/style/color... as you like.
Hope this helps!

Thanks

Post count: 39

Hi Lucian, thank for the response. Unfortunately, I meant the categories excerpts. See the link below. http://screencast.com/t/3HrOqrGbtA

Thanks again for your help!

Post count: 6600

Hi,

You can change this from theme panel > custom typography > excerpt under “Tabs” http://screencast.com/t/md5hd5ZQ9eVc
We will move this under “Pages”, we have made a mistake and we didn’t noticed.
Sorry about this.

Thanks

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