Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #173266

    Is it possible to remove just the “additional information” tabO Or is it possible to edit what goes in it (rather than have variation info there)?

    Also, how do you remove the “from $45” label at the top of the product page below the large typed product name?

    • This topic was modified 11 years, 1 month ago by lpfa.
    #173613

    Hi lpfa!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_main_alternate { z-index: 2; }
    .single-product #top .price { display: none; }
    li.additional_information_tab { display: none; }

    Regards,
    Yigit

    #173801

    The additional info tab is gone but the “from $45” still remains – here is my Quick CSS:
    .product-sorting, .related.products { display: none!important; }#top .variations td.label { width: auto; }#header_main_alternate { z-index: 2; }
    .single-product #top .price { display: none!important; }
    li.additional_information_tab { display: none; }

    #173909

    Hello!

    Please add following code

    .single-product .price { display: none!important; }

    Cheers!
    Yigit

    #175304

    Ok, one more – how do I remove the “from $45” all of the categories on the shop page? See http://imgur.com/TLoixGl

    #175614

    Hey!

    If you would like to remove only “From” please add following code to Quick CSS

    #top .price .from { display: none!important; }

    And if you want to remove both “From” and price, add this one

    #top .price { display: none!important; }

    Best regards,
    Yigit

    #175990

    Beautiful – you guys are great – thanks for the help!

    #176043

    Hi!

    You are welcome! Glad we could help :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove "additional information" tab on product page’ is closed to new replies.