Hi, in my empty shopping cart it says "you have nothing in your shopping cart. Continue Shopping" the continue shopping is actually a link and it takes you to the store part of the site. But it is the same color and font as the previous sentence. My first instinct isnt to click on it. Is there any way to change the color of it, or to underline it at least so it looks like a link? Thanks!
Hi
Use this code in Design -> Custom CSS
.empty-message a {
color: #fff;
background-color: #a8a6a1;
border-color: #a8a6a1;
text-decoration: none;
padding: 20px 30px;
}
Question
Quin 1
Hi, in my empty shopping cart it says "you have nothing in your shopping cart. Continue Shopping" the continue shopping is actually a link and it takes you to the store part of the site. But it is the same color and font as the previous sentence. My first instinct isnt to click on it. Is there any way to change the color of it, or to underline it at least so it looks like a link? Thanks!
Link to post
Top Posters For This Question
4
3
2
2
Popular Days
Jan 21
4
Aug 6
2
Aug 7
2
Aug 28
2
Top Posters For This Question
ShalenaWhite 4 posts
tuanphan 3 posts
Quin 2 posts
IXStudio 2 posts
Popular Days
Jan 21 2021
4 posts
Aug 6 2020
2 posts
Aug 7 2020
2 posts
Aug 28 2020
2 posts
Popular Posts
IXStudio
Hi Use this code in Design -> Custom CSS .empty-message a { color: #fff; background-color: #a8a6a1; border-color: #a8a6a1; text-decoration: none; padding: 20px 30px; }
11 answers 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