Font color and hover color change

Discussion in 'BlackBird WordPress Theme' started by ekim2wheels, Mar 30, 2014.

  1. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    How can I change the color of the font and the hover color for the areas shown in the attachment?

    Thanks for your help.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .feature-content h2 a:hover{
    color:red;
    }
    .feature-content h2 a{
    color:blue;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. ekim2wheels

    ekim2wheels New Member

    Joined:
    Mar 14, 2014
    Messages:
    18
    Likes Received:
    0
    The codes you gave me addresses the feature description titles. Thanks for that. In the JPG file, I mentioned that I also wanted to change the hovering color for the links in the footer area. What are the codes for this?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .footer a:hover{
    color:blue!important;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page