Gillion Category page - How hide the category headline or change the layout

Home Forums Gillion Theme Gillion Category page – How hide the category headline or change the layout

Home Forums Gillion Theme Gillion Category page – How hide the category headline or change the layout

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    RESOLVED Posts
  • js
    Participant

    Hi,

     

    I’m not happy with the layout of the headline of the category page. How can I hide this or even change the style.

     

    Best regards,

    Jürgen

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

    Solution for this topic

    Hi Jürgen,

     

    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

     

    .archive.category .titlebar-title {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    js
    Participant

    Perfect. Thank you.

    You are most welcome here 🙂

    js
    Participant

    Hi,

     

    Sorry for coming back. But I just saw hide category doesn’t work for the responsive layout. Please see the screenshots. How to solve this issue?

     

    Best regards,

    Jürgen

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

    It is working fine for me.

     

    Please try changing above CSS code as following.

     

    .archive.category .titlebar-title {
        display: none !important;
    }

     

    If it still doesn’t work for you then could you please share me your site URL where it’s happening so that i can troubleshoot it?

    js
    Participant

    Thank you. It doesn’t work. Please see below the link.

    I visited your shared site and the category & titlebar don’t display for me on mobile as shown in the attached screenshot.

     

    Please test it clearing autoptimize and browser cache.

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

    js
    Participant

    Understand. I took the screenshot from the customizer, where it still displayed. But if I switch to the developer tool than it is disappeared.

    Don’t refer customizer but refer your actual site as we are hiding it using custom CSS code which doesn’t load in customizer.

    js
    Participant

    Understood. Thank you.

    You are always welcome here 🙂

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