I would like to display the field without a name on the product page

  • Posts: 42
  • Thank you received: 5
  • Hikashop Business
2 years 2 weeks ago #347042

-- HikaShop version -- : 4.7.0
-- Joomla version -- : 4
-- PHP version -- : 8
-- Browser(s) name and version -- : Mozilla

HI!
How can I display the product custom field without a name on the product page? I want the texfield to appear without its name. It is possible?

Last edit: 2 years 2 weeks ago by totama.

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

  • Posts: 4760
  • Thank you received: 647
  • MODERATOR
2 years 2 weeks ago #347046

Hello,

Yes, it's possible you have to add a custom css command, follow me step by step :
1. Learn how to add css command, here

2. At the end of your css frontend file, this kind of command :
tr.hikashop_product_custom_CUSTOM_FIELD_NAME_line label {
display: none;
}

Hope this will help you
Regards

Last edit: 2 years 2 weeks ago by Philip.

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

  • Posts: 507
  • Thank you received: 21
  • Hikashop Business
1 year 4 months ago #354221

Hi,

I would like to remove the span from a custom field to align the field to the left (see screenshot). Can this be done by css too?

Attachments:

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

  • Posts: 83007
  • Thank you received: 13400
  • MODERATOR
1 year 4 months ago #354222

Hi,

Yes, it can be done with some simple CSS.
But I can't say what exact CSS code it should be as you didn't provide the URL of that page.

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

  • Posts: 507
  • Thank you received: 21
  • Hikashop Business
1 year 4 months ago #354231

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

  • Posts: 83007
  • Thank you received: 13400
  • MODERATOR
1 year 4 months ago #354233

Hi,

You can use this CSS:

.hikashop_item_big_line td.key{ display:none; }

The following user(s) said Thank You: michelpouli

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

Time to create page: 0.079 seconds
Powered by Kunena Forum