Shopify themes, liquid, logos, and UX
Hi! I am having trouble with the button design:
I want all my buttons to be this colour: #BB7C49, and the text to be this: #FFFCF3
and on hover I want the opposite, thus, the buttons to be this colour: #FFFCF3 and the text to be this: #BB7C49
What do I need to add to the code to resolve this? I am using the Dawn theme. Thanks for any help!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @Sirensiren
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset-> base.css paste the below code at the bottom of the file.
.button{
background:#BB7C49 !important;
color:#FFFCF3 !important
}
.button:hover{
background:#FFFCF3 !important;
color: #BB7C49 !important
}
Best Regards;
PageFly
Hi! Thank you so much for your help! It kinda solved the problem, but a weird border appeared on both buttons of my homepage, the one on hover and the other not. I am attaching a video. Any idea why this is happening?
you can add more
.button:before,.button:after{display:none !important}
Hello! Is there a way to keep the border but set to a custom colour?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024