• Hi,

    I am using the Recent News widget on my website, in the left sidebar. I would like to be able to adjust the font size of both the title of the widget as well as the individual post titles that appear under the title. So far I haven’t been able to find any lines in the stylesheet that have any effect. Any suggestions?

    Thanks! Dan

    https://danjoseph.org

Viewing 1 replies (of 1 total)
  • Hello @danjoseph,

    Hoping you know where to add CSS, please use following code and customize the font size as per your need.

    #secondary h3.widget-title {
    	font-size: 18px;
    }
    
    #secondary li a {
    	font-size: 14px;
    }

    Best Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Recent Posts Widget Font Sizes’ is closed to new replies.