How can I make text in Metafields bold on product pages?

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 :slightly_smiling_face:

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

@ByAprilCo

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,

it is currently 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

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
.accordion-content__entry strong {
    font-size: 16px;
    color: #000;
}