1. On the sidebar that shows the Latest and Popular posts, how do I change it so that the popular posts show first or have focus and not have to be clicked? 2. How do I change the font and font size for pages and posts? 3. I am using version 2.0.0, is there a newer version? Regards
Hello, 1. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.content-bar { font-family: symbol; font-size:20px; } div.featured_post { font-family: symbol; font-size:20px; } .post h1.post_title { font-family: symbol; } In place of "symbol" you can put your font. You can also change the value of "font-size" as per your requirement. 3. The latest version of BlogSpring theme is Version: 2.0.4 .
Hello Guys, The images aren't showing up in my featured section it shows something like this: .entry-content iframe { margin-bottom: 0px !important; } please help...