Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter Michael Douce

    (@michael-douce)

    At the risk of “pushing my luck”. On our home page:
    https://www.theelenchusinstitute.com
    I want to replace the image of the 3 people with another image and insert some text between that new image and the existing image of Elenchus institute.
    Could you be kind enough to point me in the right direction please?

    Thread Starter Michael Douce

    (@michael-douce)

    On our home page:
    https://www.theelenchusinstitute.com
    I want to replace the image of the 3 people with another image and insert some text between that new image and the existing image of Elenchus institute.
    Could you be kind enough to point me in the right direction please?

    CrouchingBruin

    (@crouchingbruin)

    Sorry, for some reason I didn’t get an e-mail notification regarding your post from last week.

    You want to look for a file called header.php. You may be able to find it by going to Appearance → Editor. Normally you don’t want to edit the theme files this way, but it looks like your theme is custom-made, so it should be OK. However, I would keep a back-up of any files that you modify by copying the contents and pasting into a text file.

    Hopefully you have some knowledge of HTML. Inside header.pho, you want to look for the link to the image file, something that looks like this:

    <div id="header-img" class="alignright">
       <img src="https://www.theelenchusinstitute.com/wp-content/themes/elenchus-institue/img/contact-us-img.jpg" alt="Elenchus Institue">
    </div>

    You can either change the URL pointed to by the src attribute, or you can upload a new image to the same location, with the same file name, and over-write the existing image.

    As far as adding additional text goes, do you want to squeeze in another <div> element between the logo and quote on the left, and the image on the right?

    Thread Starter Michael Douce

    (@michael-douce)

    Many thanks once again. I will take a smart pill and attack this later!

    Thread Starter Michael Douce

    (@michael-douce)

    I got as far as Appearance : Editor but I don’t see a link as you outlined. Is there any way I could ask you to change it for me and pay for your service? If you give me your email address I could drop you a note etc.
    Many thanks

    Moderator James Huff

    (@macmanx)

    Please try https://jobs.wordpress.net/ or https://directory.codepoet.com/ and do not accept any hire offers posted to these forums.

    This topic has now been closed as per the Forum Rules

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘How to edit a theme/template’ is closed to new replies.