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 #1964362
post font
Closed

Comments

  • sonitgarg started the conversation

    Hi I am checking how to change post font...and i get it at customize-general-font post...but still i find that my posts font are bold ...how to unbold it

    https://bettips.me/2019-nba-preview-and-prediction/

     i need simpler font which are easy to read for example grammerly ...photo attached ...even if that font is not available ..i need simpler for example check font below the catergory posts (excerpts)

    https://bettips.me/football-betting-tips/


    please explain how can i do it 



  •  501
    Penci replied

    Hi,

    Do you want change font weight of content post is bold ?

    If right, please go to Customize > Addtional CSS then add custom css to do that

    .single .entry-content, .page .entry-content {
        font-weight:bold;
    }

    BestRegards,

    PenciDesign


  • sonitgarg replied

    no i want to reduce the font of my posts...... check font weight of post content is high

    https://bettips.me/english-championship-preview-and-prediction/


    how do i reduce font weight of post content

  •  501
    Penci replied

    Hi,

    Please try with custom css : 

    .single .entry-content strong,
    .page .entry-content strong,
    .single .entry-content b,
    .page .entry-content b {
        font-weight: 700;
    }

    with "Source Serif Pro" font, you can  change font weight 700 to 400, 600. ( http://prntscr.com/n8vaz1 )

    Best Regards,

    PenciDesign