Remove Specification Text Custom Fields Product WYSIWYG

  • Posts: 261
  • Thank you received: 4
  • Hikashop Business
5 years 2 months ago #302609

Hi,
I am trying to remove the text 'Specifications' above my entries for the custom fields product. How can I do that?

I have hikashop business.

Please Log in or Create an account to join the conversation.

  • Posts: 4486
  • Thank you received: 609
  • MODERATOR
5 years 2 months ago #302624

Hello,

The most simple way, is to add some custom Css in order to remove the "Specification" title, something of this kind must do the trick :

div#hikashop_product_custom_info_main h4 {
    display: none;
}

To add this kind of code see this tutorial .
Hope this will fit your needs.

Regards

Last edit: 5 years 2 months ago by Philip.

Please Log in or Create an account to join the conversation.

Time to create page: 0.041 seconds
Powered by Kunena Forum