How to disable the "additional information" tab ?

Jin Jie

Member
/* Link */
#tab-title-additional_information a{
display: none !important;
}

I don't know what theme you are using, but generally, go to the customizer and add it to "Additional CSS"
 
Last edited:
Top