Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2158671
Custom Font on Category Page
Closed

Comments

  • culturedguru started the conversation

    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?

  • culturedguru replied

    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;

    }