• Hello,

    We hired a freelancer to help develop the website, but have since been editing ourselves.

    There are a few things that I am unsure how to edit. For example at the top of our shop page it says “** Local Pickup – Product Available at Shop Address Only” and we cannot figure out how to edit this. If there is a support phone number I can call that would be ideal!

    Let me know if you can help. Thanks in advance 🙂

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • This text is probably coded into your site’s theme files. You will need to either find and edit the code within the files at <site-root>/wp-content/themes/<your-theme-name>, or will need to get a developer/freelancer to edit the files for you. The bit of code you will need to look for is:

    <p class='localpickupnoti'><strong> ** Local Pickup - Product Available at Shop Address Only</strong></p>
    

    This is HTML embedded into PHP code. A passing familiarity of HTML will help to understand the semantics.

    • If you don’t want the text at all, then delete the code that appears as I showed above.
    • If you want to change the wording, then change the text between <strong> and </strong>.
    • If you don’t want the text to be bold, then remove the <strong> and </strong> leaving everything else intact.
Viewing 1 replies (of 1 total)

The topic ‘Editing Header’ is closed to new replies.