Archived topic
Category Header Remove
5 replies · Started by Murat on October 11, 2017
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)
Hi there,
Try this CSS:
.archive .page-header {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Your English is fine :)
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.
Yup the additional CSS field should work as well.
Not sure what you mean? What wasn't working?
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...
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 :)