Overlay in the image
-
Hello Forum support:
I am using template 2 to setup a scroller in this Website http://anagabrielasalvador.com/web/
I need the Title and description to display at all times; so I used the code below.
As the overlay is tied to the title and description, I had to use the code display: none; but can´t make the overlay display on hover.
Please advice.
Thanks
.advps-slide a:hover {
background-color: red !important;
}
.advps-overlay-one {
display: none;
}
.advps-overlay-one a:hover {
display: block;
}
.advps-excerpt-one a:hover {
display: block !important;
background-color: red !important;
}https://wordpress.org/plugins/advanced-post-slider/
[Moderator Note: No bumping, thank you.]
The topic ‘Overlay in the image’ is closed to new replies.