can anyone help to make the wishlist button color to this #9f2929 like the add to cart button color
also in mobile view, its account button is over the logo can u do some changes please like move to logo a little bit any anything to make it look a little professional
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
hello @ABISSTOR please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.headerContent .velaHeaderRight .velaCartTop:nth-child(2) >a >svg{
fill: #9f2929 !important ;
}
Have you solved this problem now?
@EllaBrown2021 @Kinjaldavra @ZestardTech , please send the request so that I accept you and you can make the changes asap
abisstor.myshopify.com
www.abisstor.com
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
@media screen and (max-width:350px){
.velaCartTop > a .icons {
font-size: 22px;
}
}
.velaHeader .headerWrap .velaHeaderMain .headerContent .velaHeaderRight.d-flex .velaCartTop i.icons.icon-handbag:before {
color: #9f2929;
}
Kindly feel free to get back to me if you need any further assistance Thanks!