• Resolved k34nut

    (@k34nut)


    Hi there,

    How would I go around adding a style the < /a > on the menu? Around them is styled but not the actual link, so the look is off. I’d also need to do a separate style for the footer links too.

    I’ve read somewhere that i’d need to create a custom walker, is this correct? Seems a bit of work just to change the styling on the < a >?

    Thanks!!!!!
    Regards,
    -K34nut

Viewing 2 replies - 1 through 2 (of 2 total)
  • You shouldn’t need to create a custom walker just to style the <a> tags in your menu, unless you have a very unusual requirement. You should just be able to target the <a> tags that belong to your menu:

    .main-navigation a {
    ... CSS goes here ...
    }

    substituting the appropriate class or ID. Can you post a link to your site?

    Thread Starter k34nut

    (@k34nut)

    Hi Stephen,

    All sorted! Thanks! Not sure why I struggled so much with that one!

    Thanks!
    -K34nut

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling Menu links’ is closed to new replies.