How can I delete the logo URL redirect on my RIDE theme?

Hey, I would like to remove a URL redirecting me to homepage when I click on my logo in the header on my homepage/contact/about etc. My theme is “RIDE”. I tried to navigate it in the code looking for solutions for many hours but no success.

Hey, @Deverin

I’m not formally trained in code to provide you with an exact solution to eliminate the homepage link that is coded into the logo. However, I’m confident one of our Shopify experts would be able to accomplish this at a reasonable price if you are unable to find a coding solution in this post.

If there is anything else I can help you with, please let me know.

Hello @Deverin ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hi [email removed]Deverin,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.header__heading-link:has(img){
pointer-events: none !important;
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly