• Resolved untallhector

    (@untallhector)


    Hi, the author box also shows up on the woocomerce shop page and on the product details page of woocomerce.Is there any custom CSS I can add to hide it?

    My website is https://fitmariamaria.com and has 2 languages: english and spanish

    • This topic was modified 6 years, 10 months ago by untallhector.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @untallhector,

    I have gone to that shop page but cannot see where the author box is.
    Did you manage to hide it in the meantime?

    All the best,
    Mihaela

    Thread Starter untallhector

    (@untallhector)

    Hi Mihaela, I had to hide the plugin ‘cause is a client’s site. But
    I really appreciate if you can help me with a custom css to hide the plugin on woocommerce pages, so I don’t have to manually place it in every post.

    Hello @untallhector,

    Please give this code a try:

    .woocommerce .saboxplugin-wrap {
        display: none;
    }

    It should hide the author box from the woocommerce pages.
    Let me know how it goes!

    All the best,
    Mihaela

    Hello @untallhector,

    Please give this code a try:

    .woocommerce .saboxplugin-wrap {
        display: none;
    }

    It should do it! Please let me know how it goes!

    All the best,
    Mihaela

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin showing on WooCommerce pages’ is closed to new replies.