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 #2510381
blockquote
Closed

Comments

  • AngelLu started the conversation

    Hi,

    May I know how to change font style for words "ALBERT CAMUS" ?

    Thanks!


    http://soledad.pencidesign.com/soledad-book/isle-of-winds-novel-review/


  •  2,699
    PenciDesign replied

    Hi,

    By default, the font style for that words will follow the font for heading titles you've selected via Customize > General Options > Font for Heading Titles. The theme doesn't support change font style for that text only.

    But, in this case, we can help you do that with some modify, before we can help you, please tell me what's the font you want to use for that text ( if that's the font from google fonts, please put URL of the font here )?


    Best Regards,

    PenciDesign

  • AngelLu replied

    Hi,

    I want to change the words to Noto Serif TC,
    I am not sure if this URL below is right or not.

    https://fonts.google.com/specimen/Noto+Serif+TC?category=Serif


    Thank you :)

  •  2,699
    PenciDesign replied

    Hi,

    Ok, if so, please do following steps:

    1/ Add more this code to Customize > Logo and Header Options > Add Custom Code Inside <head> Tag:

    <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;700&display=swap" rel="stylesheet">
    

    2/ Add more this code to Customize > Custom CSS:

    .post-entry blockquote cite, 
    .post-entry blockquote .author, 
    .wpb_text_column blockquote cite, 
    .wpb_text_column blockquote .author{ font-family: 'Noto Serif TC', serif; }
    .post-entry blockquote .author span, .wpb_text_column blockquote .author span{ font-family: inherit; }
    

    Best Regards,

    PenciDesign

  • AngelLu replied

    Hi,
    I have changed the font style successfully.
    One more question,
    May I know how to change the words not all uppercase? 


    Thanks a lot!

  •  2,699
    PenciDesign replied

    Hi,

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

    .post-entry blockquote cite, .post-entry blockquote .author, .wpb_text_column blockquote cite, .wpb_text_column blockquote .author{ text-transform: none; font-size: 13px; }
    

    Best Regards,

    PenciDesign