Featured product title placement

Solved

Featured product title placement

Gazd88
Tourist
4 0 1

Hello, Dawn theme currently sets my product title and information overlaying the image on featured products - I would like to move this to below the image and above the price. 

 

Could anyone help with the code and placement?

 

Thank you.

Accepted Solution (1)
Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @Gazd88 

 

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>
h3.card__heading.h5 {
    display: block !important;
    text-align-last: center !important;
    font-family: 'RifficFree' !important;
}
.card__inner.color-scheme-2.gradient.ratio .card__information {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1728473877111.png

 

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

Replies 6 (6)

KuldeepKumar20
Shopify Partner
313 37 65

Hi @Gazd88 

please provide the page URL

Thanks

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: codermail30@gmail.com

Moeed
Shopify Partner
7348 1992 2432

Hey @Gazd88 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Gazd88
Tourist
4 0 1

@KuldeepKumar20  @Moeed 

 

minniesmunchies.co.uk

duiwao

 

Thank you.

Moeed
Shopify Partner
7348 1992 2432

This is an accepted solution.

Hey @Gazd88 

 

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>
h3.card__heading.h5 {
    display: block !important;
    text-align-last: center !important;
    font-family: 'RifficFree' !important;
}
.card__inner.color-scheme-2.gradient.ratio .card__information {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1728473877111.png

 

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


Gazd88
Tourist
4 0 1

Worked perfectly!

 

Thank you.

Moeed
Shopify Partner
7348 1992 2432

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications