Remove Optional “Company Name” field in Checkout

This topic has 2 replies, 2 voices, and was last updated 6 months ago ago by Tony Rodriguez

  • Avatar: Safe Desires
    Safe Desires
    Participant
    May 24, 2024 at 19:44

    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?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    May 25, 2024 at 06:28

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.