Archived topic
highlight on container hover
5 replies · Started by Jeffrey on July 11, 2022
Viewing posts 1–6 of 6
I am using this code:
https://generatepress.com/forums/topic/add-link-to-container/#post-2164581
Is there a way to add the hover effect on top of this? Say overlay a color with an opacity?
Hi Jeffrey,
In that case, please change the background image to use the pseudo-element.
And set a background color for the containers which have container links.
Once it's done, we can take another look.
done..
Try add this CSS:
.gb-container.linked-container:hover:before {
opacity: 0.5;
}
.gb-container.linked-container {
transition: all 0.3s ease;
}
prefect!
Glad to hear that :)
This archived topic is closed to new replies.