Changing colors

  • I am wanting to change all of my Headers, the top menu, article titles on main page, and main page header text to a different color but dont know how. It worked on my old theme but not with this new one.

    Website is http://www.anotherscreenplay.com
    theme is expound

    The blog I need help with is: (visible only to logged in users)

  • I see you have your other page titles and post titles in red. The following catches everything on the main page. Just change the colors to the ones you desire.

    /*navigation*/
    .navigation-main a {
    	color: lime;
    }
    /*entry titles*/
    .featured-content-secondary .entry-title a, .featured-content .entry-title a {
    	color: purple;
    }
    /*primary entry titles*/
    .site-content .entry-title a {
    	color: cadetblue;
    }
  • The topic ‘Changing colors’ is closed to new replies.