Hide Category titles
- The topic ‘Hide Category titles’ is closed to new replies.
Need help? Check out our Support site, then
How do I hide the titles displaying on the home page (ex: home) and on each category page (ex. category: fashion).
The blog I need help with is: (visible only to logged in users)
Hi Melissa! Happy to help. The links at the top of each page are powered by the main menu in our theme. All you have to do is edit the menu once, and it will update on all pages!
Here is a quick click through video of how to get to the Menu area to edit it in the Customizer: https://cl.ly/peLw
We are not using Arcade in the vide (like you are), but the you will find the menu in the same place in your copy of the theme! Be sure to let us know if you have any other questions.
Hi,
The issue is not with the menu at the top of the screen, that is fine and looks the way I want it to look. But when I click on the each page or category in the menu, and it redirects me to that page, that same category or page name is listed halfway down the page. For example, if you click on the Beauty category, and scroll down below my header image, it displays “Category: Beauty” but I don’t want it to display that there. How do I remove that from each page?
Ah – gotcha. To hide that section, add this to your custom CSS:
#archive-header {display: none;}
Thanks! That worked for all the categories. Now, how do I remove that from the actual pages. For example, when I click on the About ME page, below the header image, it has the words About Me above the written content.
.page .entry-title {display: none;}