• Hi all,

    I am still new to wordpress, and after spending many unsuccessful hours I am at wits end with an issue.

    I am starting to build the following page – https://development.linearg.com/lbf/

    I am wanting the menu in the sidebar to behave like buttons in that the whole area for each menu item is clickable. At present only the text for each menu item is clickable.

    How can I change the side menu so that the background for each item is also clickable, not just the text?

    Any suggestion or advice will be greatly appreciated

Viewing 1 replies (of 1 total)
  • Add display: block; to:

    .widget-area ul ul a {
        color: #444444;
        text-decoration: none;
    }

    in style.css.

Viewing 1 replies (of 1 total)
  • The topic ‘Getting the sidebar menu to be clickable – not just the text’ is closed to new replies.