• Resolved scorpiock

    (@scorpiock)


    Hello,

    Can you advise how to change sidebar (primary, secondary) widget title font size? For ex, you can check on my temp URL where widget title is latest articles.

    Url: https://staging1.geekflare.com

    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • bdbrown

    (@bdbrown)

    Hi scorpiock. You could try adding this to your child theme css:

    .sidebar .widget h3 {
      font-size: 20px;
    }

    You’ll also need to add a closing bracket to this style:

    .post-title {
      color: #0B96F3;
    Thread Starter scorpiock

    (@scorpiock)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change sidebar widget title font size’ is closed to new replies.