Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter restart21

    (@restart21)

    Thank you for your help but I have managed to sort this out. I’ve created a new div just above the footer for the logos to sit in and hardcoded the links in that way to the child theme. Not best practice but it works.

    I will make this resolved and close the thread.

    Thread Starter restart21

    (@restart21)

    Hi @poonam9

    That doesn’t seem to work, I get no image on any page by doing this.

    <div class="row">
    	<div class="column">
    		<img src="https://cv-fm.restartitservices.co.uk/wp-content/themes/cv-fm/img/ICAEW.png" alt="ICAEW Authorised Training Employer" class="footer-img">
    	</div>
    	<div class="column">
    			<img src="https://cv-fm.restartitservices.co.uk/wp-content/themes/cv-fm/img/CIMA.png" alt="CIMA Practising Certificate Holder" class="footer-img">
    	</div>
    </div>

    I get alt text on every page now. That’s it.

    Any further guidance would be helpful. Thanks ??

    Thread Starter restart21

    (@restart21)

    Not sure why the HTML didn’t show the img tag above. See if this displays correctly:

    <div class="row">
    	<div class="column">
    		<img src="wp-content/themes/cv-fm/img/ICAEW.png" alt="ICAEW Authorised Training Employer" class="footer-img">
    	</div>
    	<div class="column">
    			<img src="wp-content/themes/cv-fm/img/CIMA.png" alt="CIMA Practising Certificate Holder" class="footer-img">
    	</div>
    </div>
    • This reply was modified 3 years, 7 months ago by restart21.
    Thread Starter restart21

    (@restart21)

    Hi danamv,

    This worked, thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)