How to change color of home page headings

Discussion in 'Compass WordPress Theme' started by scarn8881, Feb 27, 2015.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    I would like to change the colors of all the home page headings - see attached image as I am still in maintenance mode. Thank you.
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

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

    Code:
    .feature-content .feature-content-inner h2 {
    color: red;
    }
    .feature_testimonial h2 {
    color: red !important;
    }
    .feature_blog_content h2 {
    color: red;
    }
    Thanks,
    Praveen
     

Share This Page