Home › Forums › Gillion Theme › Customize Blog Post Header
Home › Forums › Gillion Theme › Customize Blog Post Header
I have learned the the link target for the top left logo in the blog post header section cannot be changed without custom code. Can the logo and therefore the link be removed completely – without removing the whole header?
Solution for this topic
Hi @services_yuuall,
I hope you are well today and thank you for your question.
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .header-logo { display: none; }
Best regards,
Shufflehound team
Thanks for your reply. Would the custom code to set (or redirect) the link to a different URL be very complicated?
No, it is not if you are a developer but you have to develop custom code in the Gillion child theme by overwriting the theme header template file.
Thanks! I’ll use the custom code above. Case closed.
Sorry, one more question: If I cannot easily change the link location of the logo top left, can I just remove the link? Meaning, keep the logo but without any link.
You have to also develop custom code to remove the link.
ok, thanks! You can resolve the case.
You are most welcome here š