Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] Category Header Remove

Home Forums Support [Resolved] Category Header Remove

Home Forums Support Category Header Remove

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #401355
    Murat

    Hello,
    I want to arrange about Category Header. You can see in my website that I created a category named: Halk…
    When I click this in primary menu, I see Halk (page header) word in the page. I want to remove it. How can do this? If you help me I will be glad. (Sorry about my English)

    #401404
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .archive .page-header {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Your English is fine πŸ™‚

    #403441
    Murat

    Thanks for help, it worked. Your Theme support adding CSS already (no need to install Simple CSS plugin) and I wrote CSS over there and successful.

    The header hover wasn’t work and I search solution in Support and find this CSS:

    /*
    site title hover color
    */
    .main-title a:hover {
    color: #ffffff;
    }

    Result: It works. (Maybe you should check main codes why it is not working and we go to another solution)

    Regards.

    #403617
    Leo
    Staff
    Customer Support

    Yup the additional CSS field should work as well.

    Not sure what you mean? What wasn’t working?

    #403717
    Murat

    I mean color of website title changes when I move to over it. For example: site title is blue but when I bring mouse over it (not click yet) site title became red… It can set up in the dashboard (colors / header / site title / link hover ) but when I saved I couldnt see in web page. So I found solution with CSS…

    #403748
    Leo
    Staff
    Customer Support

    Ahh the link hover color in the customizer actually doesn’t include site title as most people don’t use a hover color for the title.

    Your CSS solution is the way to go πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.