This topic has 2 replies, 2 voices, and was last updated 6 months ago ago by Tony Rodriguez
Can the Optional “Company Name” field in Checkout be hidden/removed? All our clients will be individuals.
Also, a plugin added a field “Address Autocomplete (optional).” Could the font of the field’s title be changed to bold?
Hello, @Safe Desires,
We are pleased to provide you with the necessary CSS code to customize your theme settings as per your request. To hide the company field and change the font weight to bold for the “Address Autocomplete (optional)” label, please follow the steps below and insert the given CSS code:
1. Navigate to Xstore > Theme Options.
2. Select Theme Custom CSS.
3. Click on Global CSS.
4. Insert the following CSS code:
#billing_company_field {
display: none !important;
}
#billing_autocomplete_field label {
font-weight: bold !important;
}
You can preview the expected result by visiting this link: (https://paste.pics/R16WM).
Should you require any further assistance or have any questions, please do not hesitate to contact us.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up