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 #2464858
Font in recipe card
Closed

Comments

  • Sambacca started the conversation

    Hi, 

    today I've changed the font of the body text to Open Sans, but most of the words in the recipe card didn't change font. Please check here to see the problem. 

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Please go to Customize > General Options > on "Font for Heading Titles" > select "Open Sans"


    Best Regards,

    PenciDesign

  • Sambacca replied

    The recipe card is in "PT Serif" and some words in Open Sans. I want all the recipe in Open Sans, how can i do it?

    I tried what you said, but only the titles of the post changed. (The titles are good with Raleway, I don't want to change them).

  • Sambacca replied

    I think this is the problem

  •  2,699
    PenciDesign replied

    Hi,

    Yes, that's the problems. It will override the options from the theme.


    Best Regards,

    PenciDesign

  • Sambacca replied

    I want all the recipe in Open Sans, how can I do it? How can I change the default font of the recipe plugin?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .wrapper-penci-recipe p, .wrapper-penci-recipe span, .wrapper-penci-recipe ul, .wrapper-penci-recipe ul li, .wrapper-penci-recipe ol, .wrapper-penci-recipe ol li, .wrapper-penci-recipe h1, .wrapper-penci-recipe h2, .wrapper-penci-recipe h3, .wrapper-penci-recipe h4, .wrapper-penci-recipe h5, .wrapper-penci-recipe h6 {
        font-family: 'Open Sans' !important;
    }
    

    Normally, it should be manager by yourself because you has inline-css from itself override to all options from the theme and you should remove all of that from your editorsmile.png


    Best Regards,

    PenciDesign