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
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 !
Please login or Register to submit your answer