Hi, How do I change the theme's color from one of the predefined colors (displayed as the style switcher in the demo page) to a specific color. I would like to change the contrasting color. For example, if I select the blue color, the contrasting color is orange. I would like for it to be red. Thank you.
Hello, Follow the links given below 1. http://www.inkthemes.com/community/threads/changing-theme-colors.4153/#post-15166 2. http://www.inkthemes.com/community/threads/changing-theme-colors.8140/#post-30216 I hope this will help you.
Should this work? .content-bar .post .read_more{ background:red; } .content-bar .post .read_more:hover{ background:yellow; } The colors are not changing from the default. Thanks.
Hello, The code that you have posted above will not work for BlackRider theme, You can paste the code given below in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .post .post_content a.read-more { background: red; } .post .post_content a.read-more:hover { background: yellow; } This will work fine for the BlackRider theme.