skywalker888 Posted September 24, 2021 Share Posted September 24, 2021 Site URL: https://danielleedneyhomes.squarespace.com/ Im trying to fix the hover on my button, currently the hover goes outside the actual button its in a code block with: <div class="button"> <span style=" border: 2px solid #fff; border-color: #fff; border-radius:5px; padding-right:1.4em; padding-left:1.4em; padding-top:.35em; padding-bottom:.35em; font-size: 13px; font-weight: 600; "> CONTACT </span> <p> and then in the CSS is .button { transition-duration: 0.4s; } .button:hover { background-color: #000; /* Green */ color: white; } it's the contact button at the bottom. Thanks! Link to comment
HoaLT Posted September 24, 2021 Share Posted September 24, 2021 1 hour ago, skywalker888 said: Site URL: https://danielleedneyhomes.squarespace.com/ Im trying to fix the hover on my button, currently the hover goes outside the actual button its in a code block with: <div class="button"> <span style=" border: 2px solid #fff; border-color: #fff; border-radius:5px; padding-right:1.4em; padding-left:1.4em; padding-top:.35em; padding-bottom:.35em; font-size: 13px; font-weight: 600; "> CONTACT </span> <p> and then in the CSS is .button { transition-duration: 0.4s; } .button:hover { background-color: #000; /* Green */ color: white; } it's the contact button at the bottom. Thanks! Can you give the password to access your url? Link to comment
skywalker888 Posted September 24, 2021 Author Share Posted September 24, 2021 6 hours ago, HoaLT said: Can you give the password to access your url? Hi, Yes it's "Homes" thanks! Link to comment
HoaLT Posted September 24, 2021 Share Posted September 24, 2021 (edited) 6 hours ago, skywalker888 said: Hi, Yes it's "Homes" thanks! I can not find the problem with buttons in your site. Can you take a screenshot the button issue you want to fix? Edited September 24, 2021 by HoaLT Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment