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
Hey guys i need to change the color of cart symbol in checkout, footer policies and the show order summary text
I tried everything nothing works and i have only black as a color in my checkout options i am not using shopify plus so any CSS or liquid will not work there needs to be a option somewhere
The colorcode of the 3 sections i mentioned is not a standard color this is the color i use for all my accents in my shop so this got changed somehow
This is Noah from PageFly - Shopify Page Builder App
Hi @Kessarkess Please add code here to change color :
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
._1fragemps {
--x-default-color-accent: black!important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | 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.
Thank you but this does nothing