Home Page Feature Text Heading Issue

Discussion in 'ColorWay WordPress Theme' started by elames3, Feb 6, 2014.

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

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    See this page: http://huntandpeck.net/
    I had the colors of the feature text in a different color. When I upgraded, it went back to the default.
    I changed this to:
    .content-info h1.title {
    text-align: center;
    color: #72a440;
    }


    I also changed these codes:
    h1{
    font-family: Trebuchet MS", Arial
    font-size:30px;
    font-weight: bold;
    color: #72a440;
    }
    h2{
    font-family: "Trebuchet MS", Arial;
    font-weight: bold;
    font-size: 25px;
    color:#f5704c;
    }
    h3{
    font-family: Trebuchet MS", Arial
    font-size: 20px;
    font-weight: bold;
    color:#cca224;
    }
    h4{
    font-family: Trebuchet MS", Arial
    font-size:16px;
    font-weight: bold;
    color: #000000;
    }
    h5{
    font-family: "Trebuchet MS", Arial
    font-size:14px;
    font-weight: bold;
    color: #000000;
    }
    .one_fourth h3 {
    font-family: Trebuchet MS", Arial
    font-size:20px;
    color: #000000;
    }
    body {
    font: 16px/1.5 "Trebuchet MS", Arial;
    }
    p {
    font-size:16px;
    font-family:"Trebuchet MS";
    color:#000000;
    line-height:1.6;

    But none of these are working for me. What Do I need to change?


    Thank you
     
  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:
    .content-wrap h1{
    text-align: center;
    color: #72a440;
    }
    h1{
    font-family: Trebuchet MS", Arial
    font-size:30px;
    font-weight: bold;
    color: #72a440!important;
    }
    h2{
    font-family: "Trebuchet MS", Arial;
    font-weight: bold;
    font-size: 25px;
    color:#f5704c!important;
    }
    h3{
    font-family: Trebuchet MS", Arial
    font-size: 20px;
    font-weight: bold;
    color:#cca224!important;
    }
    h4{
    font-family: Trebuchet MS", Arial
    font-size:16px;
    font-weight: bold;
    color: #000000!important;
    }
    h5{
    font-family: "Trebuchet MS", Arial
    font-size:14px;
    font-weight: bold;
    color: #000000;
    }
    #content .one_fourth h3 a{
    font-family: Trebuchet MS", Arial
    font-size:20px;
    color: #000000!important;
    }
    body {
    font: 16px/1.5 "Trebuchet MS", Arial;
    }
    p {
    font-size:16px;
    font-family:"Trebuchet MS";
    color:#000000!important;
    line-height:1.6;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page