Want to Make Cosmetic Changes with BlogSpring Theme

Discussion in 'BlogSpring WordPress Theme.' started by aunjar, May 23, 2014.

  1. aunjar

    aunjar New Member

    Joined:
    Mar 5, 2014
    Messages:
    8
    Likes Received:
    0
    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
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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 .
     
  3. dimples

    dimples New Member

    Joined:
    Mar 5, 2014
    Messages:
    3
    Likes Received:
    0
    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...
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page