- This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP PhotoSeller – Change View Detail Hover Color
Tagged: Photo Details, photo seller
Hello,
Is there a way that I can use CSS to change the View Details–> hover color for gallery Template 8? Right now it’s black with white text. I’m not sure what CSS code I would use for this feature.
Thank you!
~Karen
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.wps-gallery-template8-thumb a:hover {
background-color: #00cca6 !important;
}
.wps-gallery-template8-thumb a:hover::before {
color: #ddd000 !important;
}
The first part does the background and the second does the text colour.
Fantastic! Thank you so much for your speedy response. I really appreciate it, Peter.
~Karen