Skip to content
Public Ticket #9523

Custom Font on Category Page

Conversation thread

culturedguru replied

Customer Reply

Figured this out! Thanks anyways. If anyone is curious I am using Soledad Food and the property I was looking for is 

.title-bar

here is the code I utilized in Custom CSS:

.title-bar h1 {

  font-family: “yourcustomfonthere” !important;

  text-transformation: "Capitalize";

  font-size: 30px !important;

  font-weight: normal;

}

culturedguru started the conversation

Conversation Start

I have managed to add custom fonts to my site, but in the picture I would like "recipes" to be the same font as "Categories" which is H2 in my site. How can I achieve this?

Want to join this conversation or access attachments? Sign in first.