how to change red color
-
I am using the redhill theme. How do i change the red color?
The blog I need help with is: (visible only to logged in users)
-
Via Custom CSS https://en.support.wordpress.com/custom-design/custom-css/ add this and adjust the color as desired:
`.main-navigation > div > ul > li.current-menu-item > a {
background: #000;
}
- The topic ‘how to change red color’ is closed to new replies.