Change title colors front page blog area

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 20, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    How can I change the title colors of the front page blog area.

    As well the first color as well the color behind it.

    Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggiemae,

    To change title color please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    h1.blog-heading {
    color: red;
    }
    We fails to understand your second issue. Please provide us the edited screenshot of your issue.

    Thanks,
    Praveen
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Thank you.

    See attachment. I mean the black title color of a blog post and the purple color when you click on it.

    I also want to change the titles of the home page right feature widget area is that possible?
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggiemae,

    To change title color please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    h1.post_title a {
    color: green !important;
    }
    h1.post_title a:hover {
    color: red !important;
    }
    To change title please follow the link given below.
    http://www.inkthemes.com/community/threads/titles-of-primary-sidebar.15565/

    Thanks,
    Praveen
     
  5. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Thank you.

    Only I don't know how to change the titel color of the home page right feature widget area.

    I know how to change the text of it but I don't know how to change the color of it.

    So please your help.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_feature .sidebar h3 {
    color: red;
    }

    Change color according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page