Hello,
Great theme.
I am looking to change the red/orange link color in the Get Started Button and the Posts Info (author, date, category).
I looked through all of the previously asked questions and found some questions/answers that were similar, but I am still unable to fix those links. I was however able to change the Blog Post Title link color.
Thx. Dani
1 Answers
Hi,
To change the orange link color You can add the following code to the style.css file:
.banner #get-started { color: #...;}
.hentry .entry-meta a { color: #...;}
.hentry .entry-meta a:hover { color: #...;}
a:hover, a:focus { color: #...;}
Hope this helps !
Please login or Register to submit your answer