This topic has 10 replies, 3 voices, and was last updated 1 months, 2 weeks ago ago by Andrew Mitchell
Right now, the site logo in our header is always clickable, linking to the home page as set in the Customizer.
How can we remove this link, specifically for a custom (multiple) header? (in this case a custom header for the cart page)
Hello,
Thank you for reaching out to us with your query.
Could you please provide temporary wp-admin access?
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
Additionally, provide URLs of pages where you want to make the logo not clickable.
Best Regards,
8Theme’s Team
Please check (admin) login credentials under ticket #416102
Hello,
Custom CSS code can be used:
.woocommerce-cart .header-html_block1 a, .woocommerce-checkout .header-html_block1 a {
pointer-events: none;
}
Best Regards,
8Theme’s Team
Doesn’t seem to work, unfortunately.
Site logo on URLS in private section still clickable, referring to home page.
Code implemented in Global CSS: https://imgur.com/xaolDvl per your instructions.
Caching problem?
Hello,
Yes, it is cache problem. Please clear cache.
The logo is not clickable on mentioned pages – https://gyazo.com/645f1de39d764254e203738012b94450
Best Regards,
8Theme’s Team
There’s been a misunderstanding.
The text is a self-added static block.
I’m talking about the standard site-logo: https://imgur.com/mkiDoso in the middle of the header
I’m guessing it would be something like:
.woocommerce-cart .et_b_header-logo-img, .woocommerce-checkout .et_b_header-logo-img {
pointer-events: none;
}
?
Hello,
We kindly request that you replace the previous code with the following:
.woocommerce-cart .et_b_header-logo a, .woocommerce-checkout .et_b_header-logo a {
pointer-events: none;
}
Best regards,
8Theme’s Team
It worked, thanks!
Dear Bas Kling,
As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?
Click here to share your valuable perspective: https://themeforest.net/downloads
Your time and trust are highly appreciated!
Best Regards,
The 8Theme Team
The issue related to '‘Site logo clickable to home page, remove link’' has been successfully resolved, and the topic is now closed for further responses