Can I change the menu category title at top of page?
- The topic ‘Can I change the menu category title at top of page?’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is it possible to remove or change the “title” at the top of the page when you click on one of the menu/category items? I.e. “rings” category: when clicked, the “rings” page reads at the top: “All posts filed under: Rings”. I would like it to say only “Rings”.
PS: In my previous question I asked how to remove the grid and search buttons. I have since found some css to remove the search button, and adapted it for the grid-switcher, and it worked!
I still can’t center the social menu and the wordpress icons in the footer though…
Thank you!
Muriel
The blog I need help with is: (visible only to logged in users)
Hi Muriel,
you can try the following custom CSS for the archive titles:
.archive-header h2.archive-title {
visibility: hidden;
}
.archive-header h2.archive-title span {
visibility: visible;
position: absolute;
}
And I think you managed to center the icons in the footer already.
Best, Ellen