• Resolved luctoren123

    (@luctoren123)


    Hello,

    i would like to remove the description tab on my website.
    I’m using woocommerce and the storefront theme (also added the powerpack pluging).

    On my product page (https://topvakantiedeals.nl/product/zekerheidsdraad-voor-stuurhouder-cc-100/) there is now a tab showing with ”Beschrijving (= description in dutch) and on the right sight you can also see ”Beschrijving” with the description text below.

    I’ve found some CSS code to completely remove the description tab, but this also removes the description text.

    I would only like to remove the ”Beschrijving (=Description) tab on the left side.
    How can i do this? Hope somebody can help me out! Thanks

    Ive already posted this but i was directed to this section.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello luctoren123,

    To remove tab you need to apply below given css into your style file-

    ul.tabs.wc-tabs {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @luctoren123 I want to point out that the above CSS will hide all tabs, so if you have attributes, weights, reviews, etc, the tabs that show that data will not be accessible. If you hide just the Description tab, then if the other tabs are available, your visitors will not be able to get back to the description tab.

    Thread Starter luctoren123

    (@luctoren123)

    Thank you Jesse for Clearing this up!

    Maybe you can provide me with the this issue also?

    I would like to align the ”beschrijving” heading and product info text below the same way as the product title, price, short product description and the button for the desktop view.

    when i hide the ”Beschrijving” tab (that is shown on the left side of the page) with CSS, then the ”beschrijving” heading and product info text are not alligned nicely on desktop with the product title,price, short product description and the button.

    Important note: On mobile and tablet the allignment is perfect and i would like to change the allignment only for desktop.

    Any ideas how to fix this?

    jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    Thread Starter luctoren123

    (@luctoren123)

    Correct! Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS code to hide description withoud hide text’ is closed to new replies.