Site logo

Archived topic

highlight on container hover

5 replies · Started by Jeffrey on July 11, 2022

Viewing posts 1–6 of 6

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.