[Support request] I need your help, I am very bad in coding

Home Forums Support [Support request] I need your help, I am very bad in coding

Home Forums Support I need your help, I am very bad in coding

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1222916
    Sanu Kumar

    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.

    #1223136
    David
    Staff
    Customer Support

    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;
    }
    #1223139
    Sanu Kumar

    thanks David

    #1223153
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.