Title of custom field problem

  • Posts: 3
  • Thank you received: 0
1 week 6 days ago #364226

-- url of the page with the problem -- : localhost
-- HikaShop version -- : 5
-- Joomla version -- : 5
-- PHP version -- : 8.2
-- Browser(s) name and version -- : Chrome

Hallo,
How do I solve the problem with Custom fields? I would like to hide the field title, but I don't see the option anywhere!? I tried with css : #hikashop_product_custom_name{
display: none;
}
but it's not worth it.
thanx

Attachments:

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
1 week 6 days ago #364229

Hi,

There is indeed no option to hide the title of custom item fields there.
So you will have to use CSS, yes.
Note that you have an error in your CSS code.
The code should be:

.hikashop_product_custom_name{
display: none;
}
That's because hikashop_product_custom_name is the class name of the HTML element, not the id.

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

  • Posts: 3
  • Thank you received: 0
1 week 6 days ago #364232

OMG, yes :)
Thanx

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

Time to create page: 0.065 seconds
Powered by Kunena Forum