Site logo

[Resolved] Latest Posts block, how to set post title to bold?

Home Forums Support [Resolved] Latest Posts block, how to set post title to bold?

Home Forums Support Latest Posts block, how to set post title to bold?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2050609
    Aldo

    Hi, I’m using Latest Posts block and wondering how to set the post title to bold? Thank you.

    How to set post title to bold?

    #2050611
    Elvin
    Staff
    Customer Support

    Hi Aldo,

    You can try adding this CSS:

    ul.wp-block-latest-posts__list.wp-block-latest-posts a {
        font-weight: 700;
    }

    Or change 700 to 600 or bold depending on what font family you use. 😀

    #2050616
    Aldo

    Hi Elvin, I tried to copy-and-paste the CSS in the “Additional CSS class(es)” field (in the right column, under the “Advanced” section at the bottom), but it didn’t change. Did I change it at the right location?

    #2050617
    Aldo

    btw, I’m using “volume” theme from the Site Library.

    #2050618
    Elvin
    Staff
    Customer Support

    Hi Elvin, I tried to copy-and-paste the CSS in the “Additional CSS class(es)” field (in the right column, under the “Advanced” section at the bottom), but it didn’t change. Did I change it at the right location?

    You’ll have to place it on Appearance > Customize > Additional CSS. 🙂

    #2050619
    Aldo

    Excellent! It works! Thank you, Elvin.

    #2050621
    Elvin
    Staff
    Customer Support

    No problem. 😀

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.