Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi! some how the buttons on my multi-column are a different font colour and don't show an outline. What code can I add so it's standardised with other buttons across my site?
Current:
To look like:
Shopify URL: https://65a186-44.myshopify.com/
Password: meerew
Hi @letsgetwasted, Please check your settings and the button is currently disabled
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hello @letsgetwasted
Go to online store ---------> themes --------------> actions ------> edit code-------> assets------>section-multicolumn.css ------> line number 53
and the result will be
@media screen and (min-width: 750px) {
.multicolumn .button {
margin-top: 4rem;
border: 3px solid black;
opacity: 1.5;
font-size: larger;
}
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks