Customize font styles and ordering on collection items in Dawn

Solved

Customize font styles and ordering on collection items in Dawn

Andalbutka23
Excursionist
21 1 2

Hi there,

I would like to:

 

1) Change ordering of vendor to above the product name

2) Change the colour of the price to #666666

 

Accepted Solution (1)

Moeed
Shopify Partner
5546 1502 1792

This is an accepted solution.

Hey @Andalbutka23 

 

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>
.price {
    color: #666666 !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

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
5546 1502 1792

This is an accepted solution.

Hey @Andalbutka23 

 

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>
.price {
    color: #666666 !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

- Custom Design | Advanced Coding | Store Modifications