• Resolved Merylu

    (@merylu)


    Good afternoon,

    Anyone know how could eliminate text of my product pages?
    In particular I want to eliminate “Mostrando los cinco resultados” and “orden predeterminado” tab, it’s just below the word camisetas.

    In my opinion now I’m starting and I have few products do not need to show this info.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Merylu,
    this regards to Woocommerce settings. Don’t know if you can hide them though, but it’s not theme related. ??
    Referring to their support plugin will be the best choice for you, I can just give you a css code to hide it, but I don’t think is the best solution, anyway:

    .page-title + .woocommerce-result-count, .woocommerce-result-count + .woocommerce-ordering {
        display: none;
    }

    Hope this helps.

    Thread Starter Merylu

    (@merylu)

    There is a plugin which support that prove you mean? as they are called to search for?

    But with the code you have given me It works, it’s gone !!!! Yes it help me a lot!!
    You’re a crack, thank you !!!

    Do you recomend me leave it that way with the code you have given me, and I know it works or better use the plugin?

    I don’t know,
    what I can tell you is those two elements are not printed out by the Customizr theme. They’re woocommerce elements.
    I say it’s not the best solution just because those elements are still printed on the page, you just hide them, but it’s not a big deal.

    Thread Starter Merylu

    (@merylu)

    For me to be hidden and it is an achievement not need to be removed, I simply do not appear and the code you have given me what I have achieved. I’m happy with it.
    Thank you.

    Glad you solved,
    you’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Delete the default text of my product page’ is closed to new replies.