Changing H1, h2 colors

Discussion in 'BizWay WordPress Theme' started by tekkentim, Jan 23, 2013.

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

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Hi Everyine,

    I've searched the forums for this, but no succes.

    I'm kind of tired to change all the text manualy with an editor, so i want to override the color for the h1 h2 etc tags. Is there a way to override ? Can someone provice me the css code ?

    I also want to change the color of links ( not the links in the top nav bar ).

    thnks !
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Can you please explain your problem with the help of screenshot, where you want to change the color and also share the link of your website, so that we can give you the exact solution.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    h1{
    color:red ! important ;
    }
    h2{
    color:green ! important ;
    }
     
    .footer_widget a{
    color:pink ! important;
    }
    .footer_bottom_content a{
    color: pink ! important;
    }
    
    this will solve your issue.

    Thanks.
     
  4. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .sidebar h3 {
    color: blue;
    }
    .sidebar a{
    color:red ! important;
    }
    This will solve your sidebar issue.

    thanks.
     
  6. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Thx ! you're the best ;-)

    Only problem i got right now is chaning the color of links, only for text links, not the links in the nav bar..

    Any ideas ?
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Please specify your issue more clearly with the help of screenshot image , where and which text links you want to change the color, so that we can provide you the exact solution.

    Thanks
     
  8. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Hi Piyush.

    First page, this text:

    You see the dark black links ? I want the color for these links changed, on every page. They are dark black now, and it really looks nasty ;-)
     
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css


    Code:
    .content-bar a{
    color: rgb(185, 91, 91);
    font-size: 12px;
    font-weight: normal;
    }
    

    This will solve your issue.

    Thanks.
     
  10. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Tried it.. didn't work.. the text links are still black.. ( see my front page, links in beneath first H1 header )
     
  11. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Never mind !! it works !! great, thx !!
     
Thread Status:
Not open for further replies.

Share This Page