Changing Colors

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Nov 11, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    How can I change the orange color and hover? See attachment -->
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    You can easily change color, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_inner_box h6 a {
        color: blue !important;
    }
    .feature_inner_box a:hover {
        color: red !important;
    }
    
    Change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Thank you. Can you also tell me how to change the color and hover from the text Lees meer...
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post .post_content a.read-more:hover {
        background: black !important;
        color: yellow !important;
    }
    .post .post_content a.read-more {
        color: black;
        background: red !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page