• Hello,

    I am not able to make my post titles bold. I found via the Pro add-on that I can go to Customize > Blog > Blog/Archive where to change the Title size, but there’s no option to make the text bold.

    Can you please share a fix?

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @reviewddit,

    ?Just below the Size dropdown, you will find the Weight dropdown which you can use to make the post title to bold. Please refer to this screenshot.
    ?
    ?However, if you are using Astra free, this option is not available and you will need CSS code to style the post title.
    ?
    ?Apart from that, as mentioned in the Forum Guidelines, this forum is intended to ?help the Astra free users, so please mark this topic as resolved and reach out to us through our Support Portal for any further queries.
    ?
    ???Kind regards,
    ?Herman ??

    Thread Starter reviewddit

    (@reviewddit)

    How can I make this happen using css?

    Thread Starter reviewddit

    (@reviewddit)

    And thanks for your help ??

    Hello @reviewddit ,

    Please use the following CSS in the Customizer under Additional CSS Tab:

    .blog .entry-title a{
        font-weight:800;
    }

    Note: Please change the font-weight value as per your requirement.

    I hope this helps.

    Regards,
    Sweta

    Thread Starter reviewddit

    (@reviewddit)

    Hi Sweta,

    That works to bold the post titles on my homepage/pages, but on the individual post pages themselves, the titles are still not bolded. Do you have css that can fix this?

    Thank you!

    Hello @reviewddit ,

    Please use the following CSS:

    .single-post h1.entry-title {
        font-weight:900;
    }

    I hope that helps. Let me know.

    Regards,
    Sweta

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Making Post Titles Bold’ is closed to new replies.