font color in wordpress?

5 replies
  • WEB DESIGN
  • |
How to change the font color in wordpress?
#color #font #wordpress
  • Profile picture of the author 9xdesigns
    Originally Posted by alfiecharleng View Post

    How to change the font color in wordpress?
    Can change it in theme options under Appearance(if your theme has one).

    otherwise you need to edit style.css file which will be located in your current theme folder.(can be done by going to Appearance > Editor and at left hand side you will see list of files associated with current theme select style.css and change the font color)

    you should have little bit knowledge about css. if you are not sure take some ones help to do it for you.
    {{ DiscussionBoard.errors[7160480].message }}
  • Profile picture of the author Huy Phan
    You can do it in style.css (or whatever your theme's stylesheet name is).
    Just find the property that defines the color of all text elements in your website.
    {{ DiscussionBoard.errors[7162648].message }}
  • Profile picture of the author Abledragon
    If your theme displays different colour fonts in different areas of the site (for example bye-lines) you will need to find the correct selector to edit.

    This article goes through a step-by-step process for doing that:

    How to Customise WordPress Appearance

    Cheers,

    Martin
    Signature
    WealthyDragon - Earning My Living Online
    {{ DiscussionBoard.errors[7163544].message }}
  • Profile picture of the author salelink
    go to css folder and change
    {{ DiscussionBoard.errors[7170211].message }}
  • Profile picture of the author thanishtha12
    you'll need to look in the theme to see what container the text is in. usually a <div></div> set of tags. Then go into your style sheet, find the section that specifies the style for that container, and set the font colors.
    If you don't know CSS, the font color is usually just defined with a
    color: #FFFFFF
    {{ DiscussionBoard.errors[7170289].message }}

Trending Topics