Comments

  • Hi,

    Try the following CSS code:

    .single-product .mfn-woocommerce-tabs .mfn-woocommerce-tabs-nav li:nth-child(2){
     display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • it doesn't work, there is always “information complémentaire” and the price range on this page.

  • 1) Did you put your CSS in the correct place?

    I do not see it on your website source.

    2) Sorry, I overlooked the part about the price range.

    You can remove it in the single product template by deleting the Price element.


    Best regards

  • if I remove the prices at product selection no price will be displayed what I want is to remove the range with the selection of the product variable and have the price displayed only once the product variable is selected 

  • 1) Now this tab is gone:

    You might have some cache that hold your website display from before the change.

    2) There is no option to remove the price range only from the products with variations.


    Best regards

  • On others page the section "avis" dissapear i think it is because of your code


  • You might have some cache that hold your website display from before the change.

    2) There is no option to remove the price range only from the products with variations.


    "if i understand you don't know how so remove the price range ?"

  • 1) Try this one instead:

    .single-product .mfn-woocommerce-tabs .mfn-woocommerce-tabs-nav li a[href='#tab-additional_information']{
     display: none;
    }
    

    2) I mean that there is no option to achieve what you need with the options available within Betheme. It could be done with some file customization, but we do not provide help with such modifications.

    Best regards

Sign In or Register to comment.