Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @swsajid01

    I’ve checked your site, and found the following Custom CSS code added to it:

    body .woocommerce .products .product h3 {
     font-size:0
    }

    This piece of code is hiding your products’ titles by setting them to 0 size.

    You should find and remove this under Appearance → Customize → Additional CSS

    If you happen to no find this line of code there, you can add this code instead to override the original one:

    body .woocommerce .products .product h3 {
     font-size:20px !important
    }

    Obs: You can change 20px to whatever size you want.

    I hope that helps

    Thread Starter swsajid01

    (@swsajid01)

    Thank you a ton, Mr. Berg. Can I know how do you find the problem?

    Hi @swsajid01

    Glad to know it helped!

    If I’m understanding correctly you want to know how we detected the problem?

    Inspecting a page is one of the tools we often use among many others. You can test that out yourself by right-clicking on your page and then selecting Inspect (it is at the bottom of the list). ??

    Cheers!

    Thread Starter swsajid01

    (@swsajid01)

    Thank you guys for being so kind. Learned a lot from you. Much appriciated.

    You’re welcome! ??

    Feel free to create another thread if you require help with anything else.

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce Product title missing’ is closed to new replies.