How can I edit category or author pages? I mean, the page that shows posts with the same category or the posts that have been written by the same author.
It depends on what do you want to change, can you please tell me what do you need to change in order to give you the proper steps to achieve it if possible.
I would like to change the specific header style of that pages (author and category repository). Not the main header, but only the header text color, background color and type (content below: static) of that pages.
Hi,
How can I edit category or author pages? I mean, the page that shows posts with the same category or the posts that have been written by the same author.
I want to change the header style.
Thanks!
Hi jairobbva,
It depends on what do you want to change, can you please tell me what do you need to change in order to give you the proper steps to achieve it if possible.
Hi,
I would like to change the specific header style of that pages (author and category repository). Not the main header, but only the header text color, background color and type (content below: static) of that pages.
Thanks!
Hi jairobbva,
On Author and Category pages WordPress will add automatically these classes in <body>:
archive, author
– author pagearchive, category
– category pageSo you can target the header with any of these CSS classes:
Same goes for category page as well. Does this work for you?Hi,
Thanks for your answer. Where do I have to write the code? In the custom CSS?
Hi jairo,
In the Custom CSS area.
Have a great day!