- Posts: 48
- Thank you received: 5
I would like to display the field without a name on the product page
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?
-- 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.
3 years 9 months ago - 3 years 9 months ago #347046
by Philip
Replied by Philip on topic I would like to display the field without a name on the product page
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
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.
Less
More
- Posts: 515
- Thank you received: 22
3 years 1 month ago #354221
by jouwnaambord.nl
Replied by jouwnaambord.nl on topic I would like to display the field without a name on the product page
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?
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.
3 years 1 month ago #354222
by nicolas
Replied by nicolas on topic I would like to display the field without a name on the product page
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.
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.
Less
More
- Posts: 515
- Thank you received: 22
3 years 1 month ago #354231
by jouwnaambord.nl
Replied by jouwnaambord.nl on topic I would like to display the field without a name on the product page
O, sorry. The url is
jouwnaambord.nl/krm-rvs-look-aluminium-20-x-15-cm
Please Log in or Create an account to join the conversation.
3 years 1 month ago #354233
by nicolas
Replied by nicolas on topic I would like to display the field without a name on the product page
Hi,
You can use this CSS:
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.165 seconds