Inside pages paragraph and header colors and indent

Discussion in 'Covera WordPress Theme' started by hfoord, Aug 25, 2014.

  1. hfoord

    hfoord New Member

    Joined:
    Aug 9, 2013
    Messages:
    13
    Likes Received:
    0
    For inside new pages: Can you tell me the css code for:

    Font color of paragraph text
    Font color of H1 text
    Indent left and right padding

    Thank you.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. For paragraph text color following CSS code is used in theme.
    Code:
    .content p {
    color: #444444;
    }
    2. For H1 text color following CSS code is used in theme.
    Code:
    .page-intro .left-intro h1 {
    color: #FFFFFF;
    }
    3. For padding on this page following CSS code is used in theme.
    Code:
    .content-wrapper .content {
    padding-top: 25px;
    padding-right: 10px;
    }
    Thanks & Regards
    Yogesh Bhade
     

Share This Page