Skip to main content

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

More
3 years 9 months ago - 3 years 9 months ago #347042 by totama
-- 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: 3 years 9 months ago by totama.

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

More
3 years 9 months ago - 3 years 9 months ago #347046 by Philip
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: 3 years 9 months ago by Philip.

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

More
3 years 1 month ago #354221 by jouwnaambord.nl
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?

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

More
3 years 1 month ago #354222 by nicolas
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.

More
More
3 years 1 month ago #354233 by nicolas
Hi,

You can use this CSS:
Code:
.hikashop_item_big_line td.key{ display:none; }
The following user(s) said Thank You: jouwnaambord.nl

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

Time to create page: 0.184 seconds
Powered by Kunena Forum