What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I alter product description placement and color on my theme?

Solved

How can I alter product description placement and color on my theme?

pickypickers
Tourist
12 0 1

I have tried everywhere and cannot move the product description on my products.  I have no idea how to fix it, but it does not read well.  The price and name are over the image, its awful

Can anyone help - yes its a theme I bought and I tried every option available for the page.

https://www.pickypickers.co.za/collections/frozen-meals

Accepted Solution (1)

Anshul_arora
Navigator
453 128 100

This is an accepted solution.

Hello @pickypickers ,

I understand you are facing issues in displaying Product name and price in the Product Listing page.

Please add below mentioned code in your Custom CSS section for resolving the issues https://prnt.sc/dtIWa3QaJ_Jy  [Output after adding code.]

h4.des-font.capital.title-product.mb-0 {
position: initial;
}

I hope this helps.

Please let me know if you have any query.

Thank you.

Output -:
image.png

 

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here

View solution in original post

Replies 7 (7)

Liquid_xPert_SJ
Shopify Partner
1285 139 184

Hi @pickypickers 

 

Please put the below CSS code into your theme customizer or in your theme css files (style-main.scss.css). Also you can change color code to your required color.

.product-item-v2 .price-product .price,
.product-item-v2 .des-font {
    color: #fff  !important;
}

 

2024-02-02 10_21_57-.png

 

Resutls:

2024-02-12 14_19_38-.png

 

Thanks

 

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
pickypickers
Tourist
12 0 1

Thanks, but that wont work, all the pages are not the same and white on white wont work.

The item name and price I dont remember it being over the image, used to be below, and I dont know what happened.

Liquid_xPert_SJ
Shopify Partner
1285 139 184

Hi @pickypickers 

 

All right do you want me to fix that for you?

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
pickypickers
Tourist
12 0 1
Thanks all sorted
Liquid_xPert_SJ
Shopify Partner
1285 139 184

perfect

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

Anshul_arora
Navigator
453 128 100

This is an accepted solution.

Hello @pickypickers ,

I understand you are facing issues in displaying Product name and price in the Product Listing page.

Please add below mentioned code in your Custom CSS section for resolving the issues https://prnt.sc/dtIWa3QaJ_Jy  [Output after adding code.]

h4.des-font.capital.title-product.mb-0 {
position: initial;
}

I hope this helps.

Please let me know if you have any query.

Thank you.

Output -:
image.png

 

Please remember to like and accept the solution to help other store owners.

For Shopify Design & Development | Custom Coding -Visit Here
pickypickers
Tourist
12 0 1

Thats amazing, thank you so so much