Hi,
To edit the phone number and email displayed in the checkout page header of your WooCommerce store, you’ll typically need to make changes to your WordPress theme. Here are the general steps to do this:
- Access Your Theme’s Customization Options:
- In your WordPress dashboard, go to “Appearance” > “Customize.”
- Locate the Header or Checkout Section:
- Depending on your theme, the option to edit the checkout header may be located in different areas. Look for sections related to “Header” or “Checkout.”
- Edit the Content:
- Within the header or checkout section, you should find fields or text areas where you can edit the content. This is where you can change the phone number and email.
- Save Changes:
- After making your changes, be sure to save them.
- Preview:
- Use the live preview feature to check how the changes will look on your checkout page.
- Publish:
- Once you’re satisfied with the changes, click the “Publish” button to make them live on your website.
If you can’t find the customization options in your theme’s settings or if your theme doesn’t provide specific options for editing the checkout page header, you might need to edit the theme’s template files directly. However, this should be done with caution and preferably by someone with coding experience, as editing template files can affect the functionality and appearance of your site.
To directly edit template files:
- Go to your WordPress dashboard.
- Navigate to “Appearance” > “Theme Editor.”
- In the right-hand panel, you’ll see a list of theme files. Look for a file related to the header or checkout, such as “header.php” or “checkout.php.”
- Open the file and search for the code that corresponds to the phone number and email you want to change.
- Make the necessary edits.
- Save the file.
Please note that directly editing theme files can be risky, especially if you’re not familiar with coding. It’s advisable to create a backup of your site before making any changes. If you’re not comfortable doing this yourself, consider reaching out to a developer or your theme’s support team for assistance.