Does anyone know what I've been doing wrong? I've added a custom button on my client's homepage and have coded it appropriately with HTML + CSS, and it shows how it should in the preview when editing, but if I go to the actual website url, it keeps picking up a default code that isn't anywhere in my Custom CSS.
Question
vanessakrystin 2
Site URL: https://www.1931gallerybistro.com/
Hi all,
Does anyone know what I've been doing wrong? I've added a custom button on my client's homepage and have coded it appropriately with HTML + CSS, and it shows how it should in the preview when editing, but if I go to the actual website url, it keeps picking up a default code that isn't anywhere in my Custom CSS.
Code Box:
<center><a href="https://order.online/store/1931-gallery-bistro-973113/en-US"><button class="homebutton"><h2>Delivery</h2></button></a></center>
Custom CSS:
.homebutton {
background-color: none !important;
border: 2px solid #ffffff;
color: white;
padding: 10px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
border-radius: 40px;
}
.homebutton:hover {
border-color: #ffffff;
background-color: #23858c;
transition: all 0.2s linear;
transform: scale(0.9);
}
Please let me know if you can help!
Thanks
Link to post
Top Posters For This Question
1
1
Popular Days
Nov 25
1
Dec 5
1
Top Posters For This Question
vanessakrystin 1 post
tuanphan 1 post
Popular Days
Nov 25 2020
1 post
Dec 5 2020
1 post
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment