Markus Czanba
asked 11 years ago

If you click on one project in the Portfolio Section there is a link below the image “Launch Project”. I want this link to be blue and if possible underlined that customers understand that it is a link to click on….
thx for your support!

1 Answers
DominicStaff
answered 11 years ago

Hello Markus ! 
To change color of the Launch Project Link in the Portfolio section, you can log in to Dashboard > Appearance > Customize > Custom code. Add the following code to the Header Code: 

<style>
.modal-data a {
    color: #...;
}
.modal-data a:hover {
    color: #...;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro