• Resolved asturlito

    (@asturlito)


    Hi!

    I want to remove the category description under the category name. How I can do?

    Thanks!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey,

    Can you post a link to your site so that I can see this exact instance of the category description you’re trying to hide?

    Thanks,
    Kevin

    Thread Starter asturlito

    (@asturlito)

    Of course!!! Here it is. I know that category description is good for SEO, but the owner doesn´t want to see there. Is there any CSS code to hide it? If not, I´ll have to remove one to one 🙁

    category

    Try placing this CSS into Theme Options> Custom CSS and let me know if it works for you.

    .tax-product_cat .titleclass .subtitle {
        display: none;
    }

    -Kevin

    Thread Starter asturlito

    (@asturlito)

    It worked Kevin! Thanks a lot!!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove category description’ is closed to new replies.