• Resolved siberain

    (@siberain)


    Hey guys,

    My site is https://www.comicsrus.ca. If you visit the shop page, you’ll notice the product names are being shown twice and I dont know why.

    Anyone have any idea on how to fix this?

    I’m new to website building.

    Thanks in advance

    Using WooCommerce & Cherry Framework as Plugins

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this custom css:

    .products .product h3:nth-of-type(2) {
      display:none !important
    }
    

    If you have WP 4.7, custom css is entered at:
    Dashboard > Appearance > Customise > Additional CSS

    This is a sticking plaster and shouldn’t be necessary. Make sure you have the latest version of your theme. If so, take it up with your theme vendor’s support service or try a WooCommerce-compatible theme.

    Thread Starter siberain

    (@siberain)

    thank you very much!
    much appreciated!

    Thread Starter siberain

    (@siberain)

    It worked perfectly!!

    Merry Christmas and have a Great New Year!!

    You made my holidays!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Products Name Displaying Twice Help’ is closed to new replies.