Shopify themes, liquid, logos, and UX
Hi there, does anyone know how to get the buttons on my account page visible for desktop and mobile version? store url: snibs.nl
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Hi @SIO2 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#customer_login *{
color:black !important
}
#customer_login button{
border: 1px solid black !important;
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @SIO2
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.underlined-link, .customer a, .customer button {
color: black !important;
}
.customer button {
border:1px solid black !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks
Thank you! It does work on desktop but not on mobile yet. You have a css code for that aswell?
This is an accepted solution.
Hi @SIO2 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#customer_login *{
color:black !important
}
#customer_login button{
border: 1px solid black !important;
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Thanks for the response! It did work except that the text is still white (so not visible in button)
You know how to fix that aswell?
got it, thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024