Archived topic
button effects
3 replies · Started by Alex Bukin on April 15, 2022
Hello Team,
My website is https://fr8data.com/. Under Explore our Solutions I have 4 blocks with links to specific topics, such Truckload , LTL etc.
The whole block has a link to the page. I added button Learn more and applied some effects.
The mail container has a link to the page(https://fr8data.com/truckload/) same as the button (https://fr8data.com/truckload/)
If main container has a link to the page (https://fr8data.com/truckload/) than I can not see my button effects.
If main container does not have a link to the page (https://fr8data.com/truckload/) than I can see my button effects.
I want to use button effects and make it possible to click on container or button to go to the same link.
I guess I explained my issue.
Alex
Hi there,
select the Button and in Advanced > Additional CSS class(es) add: bring-to-front. Repeat that for any buttons you want that applied to.
Then add this CSS to your site:
.bring-to-front {
position: relative;
z-index: 1000;
}
It’s perfect, thank David!
You're welcome