Viewing 3 replies - 1 through 3 (of 3 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @kentqi123,

    You can hide that section with some custom CSS. Under Appearance > Customize > Additional CSS, you can add the following code:

    .woocommerce-products-header .term-description p {
    display: none;
    }

    Please note that we’re unable to offer further assistance for customizations in line with our Support Policy.

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools.com. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Hope this helps.

    Thread Starter kentqi123

    (@kentqi123)

    Dears Mirko,

    Thank you very much! This web is very useful for me to learn.

    I will add the code, too.

    Thank you.

    Best Regards
    kent

    Hi @kentqi123

    You’re welcome! I’m marking this thread as resolved now. If you have further questions, feel free to start a new topic!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘why my “ meta description” shows on the website?’ is closed to new replies.