Can I have the exact same hover color effect on my Image Gallery as I do with my Portfolio Gallery as on my home page? I don't want the words appearing, just the bright colors.
The default hover color on the image gallery is not as bright (when i use the same color).
Hello,
Can I have the exact same hover color effect on my Image Gallery as I do with my Portfolio Gallery as on my home page? I don't want the words appearing, just the bright colors.
The default hover color on the image gallery is not as bright (when i use the same color).
Each page will have it's own color:
/cruising-album/
/phnom-penh-album/
/through-my-eyes-album/
thank you!
Hey Ian! Use these in your custom css box located in your Salient Options panel :)
body.page-id-3054 .portfolio-items .col .work-item.style-3 .work-info-bg { background-color: #146dff !important; opacity: 0 !important; } body.page-id-3054 .portfolio-items .col:hover .work-item.style-3 .work-info-bg { opacity: 0.7 !important; }body.page-id-3044 .portfolio-items .col .work-item.style-3 .work-info-bg { background-color: #146dff !important; opacity: 0 !important; } body.page-id-3044 .portfolio-items .col:hover .work-item.style-3 .work-info-bg { opacity: 0.7 !important; }body.page-id-3097 .portfolio-items .col .work-item.style-3 .work-info-bg { background-color: #146dff !important; opacity: 0 !important; } body.page-id-3097 .portfolio-items .col:hover .work-item.style-3 .work-info-bg { opacity: 0.7 !important; }Just change the colors to be different for each set :) CheersGreat! By the way, I'm almost finished with my site and I couldn't me more happy with how it looks due to your theme.
Thank you for all your support to my questions.