Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #891152

    Hey guys hope you can point in the right direction with this small issue.

    I have a content slider with woocommerce products diplaying…
    the product title includes a symbol for Micro Litre which is part of the Product title.. This displays correctly as the symbol everywhere, product listing, cart, etc. but on the product slider title it shows as “ML” if I change the case to Lower or none the “M” just dissapears.. Any suggestion where to look or the possible issue.

    http://v2.hemaxis.com/products/hemaxis-db/ (problem page)
    http://v2.hemaxis.com/product/hemaxis-db-10%C2%B5l/ (works fine)
    http://v2.hemaxis.com/shop/ (works fine)

    Thanks

    #891845

    Hey NigelWebb,
    Please try removing ‘Coda’ font from your custom css for h2. and changing the text-transform to none using this css:

     .template-page .entry-content-wrapper h2 {
        text-transform: none!important; }
    

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.