color header of blog posts

Discussion in 'Elite Pro WordPress Theme' started by interaction, May 4, 2015.

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

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    Hi,

    almost finished but would like to have the header of the blog posts in an other color, http://www.hotelspa.nl/delphi-mountain-resort-leenane/

    It is now black, how can I change this. I already did this

    h1 {
    color: #666666;
    font-weight: bold;
    }

    it does the trick for most but not the headers of the blog posts. Thanks!

    Yvon
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

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

    Code:
    .content-bar .post .post_title a {
      color: #AB2424;
    }
    Hope it will solve your issue
     
  3. interaction

    interaction Member

    Joined:
    Mar 20, 2015
    Messages:
    42
    Likes Received:
    0
    It did. Thanks!

    Yvon
     
Thread Status:
Not open for further replies.

Share This Page