Site logo

Archived topic

Secondary Menu

5 replies · Started by Ross Robson on October 1, 2014

Viewing posts 1–6 of 6

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 :)?

http://www.pontyclundarts.co.uk

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?

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 :)

This archived topic is closed to new replies.