How to remove OR change font of blog post author, tags, category

Discussion in 'Infoway WordPress Theme' started by laurenrosepr, Mar 27, 2014.

Thread Status:
Not open for further replies.
  1. laurenrosepr

    laurenrosepr New Member

    Joined:
    Jan 28, 2014
    Messages:
    4
    Likes Received:
    1
    Hi everyone--

    I've been browsing the forums and am having an issue with the actual blog post metadata that shows up, along with the author, amount of comments, etc.

    As you can see in the attached images, I've changed the styling to add a font all over the website and override the default font, yet even when removing some of the header sizes or trying to write in another overriding style for font of certain header sizes, it stays with the "Give you Glory" font.

    On the Blog page, I want to either:
    a) change the font on these elements to arial
    or
    b) remove them

    I realize that it may be hard to change that one specific area for font so if someone can help me understand how to remove them instead, that is fine.

    Also, I just realized the buttons to read more of the post say, "Take a Tour" --> I'm sure I could dig and find the answer to change this as well, but if anyone knows quickly, that would be great!

    This is the link:

    http://www.soversity.com/

    InfowayIssue_metadata.JPG InfowayIssue_Styling.JPG
     
  2. laurenrosepr

    laurenrosepr New Member

    Joined:
    Jan 28, 2014
    Messages:
    4
    Likes Received:
    1
    I actually figured out how to change the "take a tour" button, so I just need help with the first issue now. Thank you!
     
  3. Piyush

    Piyush Support Staff

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

    For your first issue,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     .content-bar .post .box .post_meta {
    font-family: symbol;
    }
    
    In place of "symbol" you can put your font.
    This will solve your issue.
     
    laurenrosepr likes this.
  4. laurenrosepr

    laurenrosepr New Member

    Joined:
    Jan 28, 2014
    Messages:
    4
    Likes Received:
    1
    Thank you! That definitely solved the problem.

    Would you happen to know how to make that particular font smaller as well? Then it would be just perfect.

    infowayissue_toobig.JPG
    It looks so much better already!
     
  5. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .post .box .post_meta {
    font-size: 12px;
    }
     
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     
    laurenrosepr likes this.
  6. laurenrosepr

    laurenrosepr New Member

    Joined:
    Jan 28, 2014
    Messages:
    4
    Likes Received:
    1
    Perfect--- that worked! Thanks!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page