Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you for including a link to your site.

    You can add this rule to your child theme’s style.css file:

    
    .panel-grid-cell .widget-title {
       text-transform: none;
       font-size: 32px;
    }
    

    This will set the widget titles back to mixed case. The font size given is the current font size; you can change it as you see fit.

    By the way, I see some PHP code at the end of your child theme’s style.css file. That’s not going to work there. You should put it in your child theme’s functions.php file instead.

    Thread Starter robinhallett

    (@robinhallett)

    Thank you for your help! I am sorry I didn’t say so sooner!

    You’re welcome, glad it worked!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sydney Widget Title Size’ is closed to new replies.