luminstudio
asked 11 years ago

I’d like to globally modify the red in these areas:

  1. Top Nav (select state)
  2. Home page message “Welcome to Company TBD“—the “Company TBD
  3. All links (examples: tweets, follow message, contact email, more…)

I have a mock-up to share if you like.

1 Answers
DominicStaff
answered 11 years ago

Hello Luminstudio !

1+3. To change the color of the theme. Firstly, you can open style.css file and find the code “#ef4135”. Next, You need to changes color according to the color code of your choice.

2.

you can open the file headline.php / line 17. in the path

\wp-content\themes\dw-simplex\blocks\headline.php

To change the color, open file style.css / line 3195

 

#headline h2 a {

color: #...;

}

Also, you can choose the colors here : http://www.w3schools.com/cssref/css_colornames.asp

Hope this help !

Regards,
Dominic

luminstudio
replied 11 years ago

Thanks a simple find/replace in dreamweaver worked. Thanks so much.

Powered by DW Question & Answer Pro