Dawn theme - change position of the price

Solved
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
2415 606 728

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️

View solution in original post

ZestardTech
Shopify Expert
5079 906 1210

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
2415 606 728

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
Caneprint
Excursionist
15 1 6

Working, Thanks!!!

 

And how I can change the price?:)

Moeed
Shopify Partner
2415 606 728

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
ZestardTech
Shopify Expert
5079 906 1210

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:)

sandyparihar07
Shopify Partner
324 45 55

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

Sandeep Parihar | Shopify Partner
- Was my reply helpful? Click Like to let me know!
- I reply you to solve the problem? If solved the tag to solve please
- Hire me, if you want to design, re-design, develop a store, or made any changes to the pre-built store.
ZestardTech
Shopify Expert
5079 906 1210

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 Expert
5079 906 1210

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