Customize Blog Post Header

Home Forums Gillion Theme Customize Blog Post Header

Home Forums Gillion Theme Customize Blog Post Header

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    RESOLVED Posts
  • services_yuuall
    Participant

    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?

    Attachments:
    You must be logged in to view attached files.

    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

    services_yuuall
    Participant

    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.

    services_yuuall
    Participant

    Thanks! I’ll use the custom code above. Case closed.

    services_yuuall
    Participant

    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.

    services_yuuall
    Participant

    ok, thanks! You can resolve the case.

    You are most welcome here 🙂

Viewing 9 posts - 1 through 9 (of 9 total)