• Resolved drewvy

    (@drewvy)


    Hello,

    I am finalizing my Product Page and noticed that the Product name shows up in all caps on the Catalog and the top of the Product Page. Is there a way to change this to sentence case? I inspected the code and I do not see anything forcing it to all caps, but it does display that way in all browsers.

    Thanks,
    Drewvy

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Drewvy,

    It looks like some styling might be causing the issue.

    Here’s some CSS you can add to your catalogue’s Custom CSS box to override it:

    .upcp-tabbed-product-name,
    .upcp-thumb-title { text-transform: none!important; }
    Thread Starter drewvy

    (@drewvy)

    That fixed it!

    Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Product Name from all caps’ is closed to new replies.