Fonts Color

Discussion in 'Dzonia WordPress Theme' started by fcrecca, Apr 20, 2013.

  1. fcrecca

    fcrecca New Member

    Joined:
    Mar 26, 2013
    Messages:
    4
    Likes Received:
    0
    Hi

    How do I change the font color of the heading, text in homepage, also widget heading font color, footer font color and button font color?

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .inner_area h2 a {
    color: your color value;
    }
     
    .inner_area h2 {
    color: your color value;
    }
    p{
    color: your color value;
    }
    .widget_inner h4{
    color: your color value!important;
    }
    .widget_inner{
    color: your color value!important;
    }
    .widget_inner a{
    color: your color value!important;
    }
     

Share This Page