David Stoiber
asked 10 years ago

I have been able to change the color of everything else in the theme – except for the “Launch Project” hover color….  Thank you again for your help!

1 Answers
DominicStaff
answered 10 years ago

To change hover color on links in the portfolio section, you can add the following code to the style.css file:

.modal-data a { color: #...; }
.modal-data a:hover { color: #...; }

Hope this helps !

Powered by DW Question & Answer Pro