Change color of checkout order summary

Change color of checkout order summary

Kessarkess
Excursionist
23 0 9

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

 

1.jpg

2.JPG

3.JPG

  

Replies 4 (4)

Kyle_Poieo-Dev
Shopify Partner
54 6 9

Hate to say it but Shopify Plus is a must if there isn't an option in the editor...

-

Need a Shopify developer? Send me an Email


- CEO & Lead Developer at Poieo Dev
- Shopify Design Changes | Shopify Custom Coding | Custom Modifications | SEO | E-Commerce Management
Poieo Dev
Kessarkess
Excursionist
23 0 9

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 

PageFly-Noah
Shopify Partner
1317 233 281

 

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.

Kessarkess
Excursionist
23 0 9

Thank you but this does nothing