Archived topic
Secondary Menu
5 replies · Started by Ross Robson on October 1, 2014
Hi Tom,
I know you mentioned this to someone before about getting the secondary menu to show up on certain pages but could you tell me how to just show it on the homepage please :)?
First, hide the menu.
.secondary-navigation {
display: none;
}
Then, show it on the homepage:
.home .secondary-navigation {
display: block;
}
Cheers Tom,
How could i get breadcrumbs to appear on my pages at the top? Would you possibly make a breadcrumb addon in the future?
This should help: http://www.generatepress.com/forums/topic/many-breadcrumbs/
There's many plugins out there that handle breadcrumbs, so there's quite a few things I want to do first before thinking about creating a breadcrumb addon.
Let me know if you have any questions :)
Hi Tom,
If i was to have an image as the background of my header, how would i adjust the opacity of it so its barely visible on the color of the header itself?
Hi Ross,
You would have to adjust the opacity of the image using an image editor like Photoshop or Gimp (free).
Let me know if you have any issues :)