how to make TM unbold

Topic summary

Goal: keep product titles bold but make only the “TM” (trademark symbol) next to “Glaura” unbold.

  • Store link provided: www.glaura.ca.
  • Initial feedback: selective styling isn’t possible on a single character when it’s part of a contiguous text string without structural changes (screenshot shared).
  • Proposed workaround: edit base.css to set .card__content a, .product__title h1 { font-weight: normal !important; }, which unbolds all titles (result shown in screenshot). This does not meet the requirement.
  • Clarification: requester wants all titles to stay bold except the “TM”.
  • Recommended path: modify the theme’s HTML structure so the “TM” can be targeted separately (e.g., via a wrapper/tag), which requires theme code access.
  • Action taken: collaborator offered to access the theme; requester agreed, and communication moved to inbox.

Status: unresolved publicly; solution expected via private collaboration involving theme code changes. Images/screenshots were shared to demonstrate the CSS result.

Summarized with AI on December 25. AI used: gpt-5.

I made my product titles Bold however i want to unbold only TM in my titles!

Hi @ctsfeir , Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.

Www.glaura.ca

1 Like

Hi @ctsfeir , Because it is a contiguous text, unfortunately I cannot edit it

HI @ctsfeir
Edit your base.css file

.card__content a, .product__title h1 {
    font-weight: normal !important;
}

Result:

i want to keep them bold except the trademark next to glaura to be unbold?

So for that you need to change the theme code specifically html structure , We need to access your theme code , we can send a collaboration access if you want for solve your issue.

ok sounds good! thanks

Check you inbox