Site logo

Archived topic

I need your help, I am very bad in coding

3 replies · Started by Sanu Kumar on April 1, 2020

Viewing posts 1–4 of 4

Hey Genertapress
I need your help, this time it is not about GP theme.
I am using GP Premium from the last 6 months and the theme is super, I can say it is one of the best theme I've ever used but I need one help from you guys.

https://www.magnet4blogging.net/
This website is using buttons...I have recorded a screencast: https://www.loom.com/share/4a5f762df94b45a19ef1dcc63b79da86

I am in love with this button. I want to add this on my website.
Could you help me guys what is the HTML and CSS code for that button? I searched everything from last 10 hours on Google but didn't find a similar style. I also used inspect browser but the problem is that I am very bad in coding so I cannot find what is the code.
Please! could you help me, guys?
I'll be very grateful to you.
Thanks in advance.

Hi there.

all they are doing is:

1. Changing the Hover color of the button to transparent.
2. And then some CSS to add a shadow around the button when hovered:

a.button:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px 0px;
}

thanks David

You're welcome

This archived topic is closed to new replies.