Hey guys!! I am hoping you can assist, I am really needing to bold some text that shows in metafields on product pages, please help ![]()
the beauty of this forum is so others can learn from the solutions provided, if have a helpful solution please add to comments, Iām not looking to hire a developer at this stage. Thank you
oh sorry can you please share particlur product page url and which metafile text do you need bold please share screenshot
yes of course! It is currently a draft theme hopefully this works - https://bellabronzetan.com.au/products/mocha-self-tanning-mousse?variant=40411436581040
Underneath the descriptions I have metafields inside the accordions, for example we need Mocha & Violet wording to be bold,
Youre viewing the current site, and not the preview -
https://bellabronzetan.com.au/?_ab=0&_fd=0&_sc=1
hopefully this shows the preview
plz use this guide to share the preview
https://ezfycode.com/blog/how-to-share-a-shopify-unpublished-theme
my apologies: https://p0zhvx7dei0traqd-57915539632.shopifypreview.com
plz send the screenshot where you added this metafield in theme editor
Hi, @ByAprilCo
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> theme.css ->paste the below code at the bottom of the file.
.accordion-content__entry strong {
font-size: 16px;
color: #000;
}

