Support › Forums › Support (Legacy) › Builder's Post widget displays differently in different pages. – Atlanta Theme › Reply To: Builder's Post widget displays differently in different pages. – Atlanta Theme
19/11/2015 at 9:37
#898
Keymaster
1. If you want to decrease the size of the font in the sidebar that is part of the page’s content (on the home page) then you can just set in the the Customizer > Typography > H3.
2. If you want to increase the size of the font in the sidebar that is outside the page’s content then you can add the following code into the Customizer > Live CSS:
#sidebar .recent-post .media-heading{font-size:1.5em;}
