How to change post font

Discussion in 'WordPress' started by Epills, Feb 12, 2011.

  1. #1
    I have been working on wordpress them, seeking expertise help for following problem. (i used glorious them for my blog)


    I would like to change my wordPress post font type (default to Arial or trebuchet font) help me please
    How to upload header banner instead of text line

    Thanks in advance ..
     
    Epills, Feb 12, 2011 IP
  2. submitterserve

    submitterserve Member

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #2
    You can change your font style by using some customized plugin, Search it.
    You can change header banner if your theme supports it, otherwise go through theme editor.
    Thanks !
     
    submitterserve, Feb 13, 2011 IP
  3. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Edit this in the theme stylesheet (wp-content/themes/Glorius/style.css):
    
    .entry {
    	text-align: justify;
    	line-height: 20px;
    	padding-top: 8px;
    	[COLOR="red"]font-family: Arial, Verdana;[/COLOR]
    	font-size: 14px;
    	color: #474747;
    	}
    
    Code (markup):
    Do you want to replace the main "Glorius" heading with your logo? Edit the logo image file (wp-content/themes/Glorius/images/logo.png)
     
    Last edited: Feb 13, 2011
    Cash Nebula, Feb 13, 2011 IP