Dawn theme - change position of the price

Solved

Dawn theme - change position of the price

Caneprint
Excursionist
15 1 6

Hello.

How can I change my position of the price to TOP from left side?

Also, I want to change the color to RED for example.

https://caneprint.com/

 

Thanks

44.png

Accepted Solutions (2)

Moeed
Shopify Partner
7057 1901 2327

This is an accepted solution.

Hey @Caneprint 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.card-information {
    display: flex;
    justify-content: center;
}
</style>

Capture.JPG

 


If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code

2. Find Asset > base.css / component-card.css and paste this at the Top of the file:

.card-information .price {
    color: red!important;
}

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 9 (9)

Moeed
Shopify Partner
7057 1901 2327

This is an accepted solution.

Hey @Caneprint 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.card-information {
    display: flex;
    justify-content: center;
}
</style>

Capture.JPG

 


If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Caneprint
Excursionist
15 1 6

Working, Thanks!!!

 

And how I can change the price?:)

Moeed
Shopify Partner
7057 1901 2327

Hey @Caneprint 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.card-information .price {
    color: red !important;
}
</style>

 


If I managed to help you then, don't forget to Like it and Mark it as Solution!


Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ZestardTech
Shopify Partner
6096 1091 1465

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.card-information .price {
    position: absolute;
    top: -33px;
    left: 0;
    color: red;
}

 

ZestardTech_0-1685426995308.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Caneprint
Excursionist
15 1 6

It's not working.

I received solutions about position, now I need only change the color:)

saim007
Shopify Partner
611 75 106

@Caneprint Just write color: red; in recently used working code.

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
ZestardTech
Shopify Partner
6096 1091 1465

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code

2. Find Asset > base.css / component-card.css and paste this at the Top of the file:

.card-information .price {
    color: red!important;
}

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Caneprint
Excursionist
15 1 6

Thank you!! Working!

ZestardTech
Shopify Partner
6096 1091 1465

Hello @Caneprint 
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing