Rich text metafield not showing the bullet points for list

Solved

Rich text metafield not showing the bullet points for list

novi_tech
Tourist
5 1 1

Hi all,

 

I defined a rich text metafield with unordered list with code {{ product.metafields.custom.specification | metafield_tag}} to get it. However, the output is missing the bullet points with only text.

截屏2023-12-04 上午11.18.43.png截屏2023-12-04 上午11.19.10.png

 

Appreciate for any helps!

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
10036 2387 3013

This is an accepted solution.

Thanks, check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.metafield-rich_text_field li {
    list-style-type: disc !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1701729392187.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

novi_tech
Tourist
5 1 1

This is an accepted solution.

Worked! Thank you so much!

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10036 2387 3013

Hi @novi_tech 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
novi_tech
Tourist
5 1 1

Hi @Made4uo-Ribe,

 

Here's URL: https://thenovibox.com/products/party-set

 

Thanks for help!

Made4uo-Ribe
Shopify Partner
10036 2387 3013

Thanks for the info, but where can I see this product? 

Made4uoRibe_0-1701728518160.png

The URL you provide show likes this. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
novi_tech
Tourist
5 1 1

should be working now

Made4uo-Ribe
Shopify Partner
10036 2387 3013

This is an accepted solution.

Thanks, check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.metafield-rich_text_field li {
    list-style-type: disc !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1701729392187.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
novi_tech
Tourist
5 1 1

This is an accepted solution.

Worked! Thank you so much!