• My Pinnacle theme is showing “No Menu Assigned” at the top of the page. At this point I just would like to remove it.

    How would I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello. You can enter wordpress dashboard and under appearance you have themes. There you can choose any theme you want, ora add new themes. I personally recommend Responsive theme, but be sure to make a child theme to it, that way you will not loose anything when the Theme will be updated.

    Best regards.

    Thread Starter johnkgibson

    (@johnkgibson)

    Indries,

    I have a responsive theme, I am having a problem my Pinnacle Theme which was made by Kadence.

    Thanks

    hannah

    (@hannahritner)

    Hey johnkgibson,
    Try adding this to your custom css box in Theme Options > Custom CSS:

    .kad-primary-nav ul.sf-menu a {
    display: none;
    }

    Just keep in mind if you ever decide to add a menu you will need to remove this css.

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No menu assigned’ is closed to new replies.