How to Change Title Font Size of Recent Posts Slider Widget Items

The Recent Posts Slider Widget (screenshot above) is included in all our Premium themes. It allows you to insert a slider with recent posts of your website. You can easily use it, just login to your Admin Panel, navigate to Left Menu -> Appearance -> Widgets -> then add ‘Recent Posts Slider Widget’ into some of the Widget areas such as Homepage Above Columns, Homepage Column #1, Homepage Below Columns, Sidebar Widget Area, etc:
By the default title of the items is same as blog titles from index page. In case you need to change the widget items titles, it will require a small code change, here are all of the necessary steps:
- Login to your Admin Panel
- Navigate to Left Menu -> Appearance -> Customize -> Additional CSS
- Insert the following code there:.jcarousel-item h1.entry-title {
font-size: 16px;
}Please Note: You can change the font size value above (marked in bold) with other value. - Save changes
Alternatively, you can insert the above code into style.css (Navigate to Admin Panel -> Left Menu -> Appearance -> Editor, open style.css scroll down and insert the code).