Uploaded New Logo Banner not clickable anymore.

It looks like the logo is not there, ie the path to the logo file is incorrect. There is just an empty rectangle. It is clickable and goes to home page, just that the image is missing
 
i think you misunderstood my issue. After uploading banner, the old logo that we were using did not look good so I removed it but the text did not got removed. we need to remove the text and then make the banner clickable.
 
it looks to me like the link is there, but the path to image is incorrect.
It actually looks like in Style properties you have the Site URL, not the path to the logo. So you need the path to the logo in Style Properties > Basic Options > Logo URL

Screenshot 2025-01-01 at 16.21.06.webp
 
Last edited:
so I removed it but the text did not got removed. we need to remove the text and then make the banner clickable.
OK, in that case you just need to make sure there is no logo path in logo URL. Then maybe it would work to add the banner and link o the PAGE_CONTAINER template, after <header class="p-header" id="header">

<a href="https://www.swcthefinalchapter.com/"><img class="banner" src="path_to_banner_image" alt="Sports and Wrestling banner" width="x" height ="y"/></a>

You can then give it a responsive size via the .banner class
 
Last edited:
Back
Top Bottom