Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #468267

    Hi there,
    I want to add color background around the items on menu (like buttons) to header secondary menu but the menu style doesn’t seem to work.
    I only have the login on menu and I want to style it like a button (with hover).
    Is it possible?

    #468479

    Hey genarojrs!

    I’m not sure I understand what you mean, could you provide us with a screenshot highlighting what you are trying to achieve please?

    Best regards,
    Rikard

    #469288

    I wanna do something like this: https://www.dropbox.com/s/sr14m626ke46xmq/screenshot.png?dl=0

    ¿How is it possible?

    Thanks.

    #469707

    Hey!

    Each menu item has their own unique menu id. You can use that to change the style of that particular menu item. You can do something like this in the Quick CSS field:

    #menu-item-740 a {
      background-color: green !important;
      padding: 3px 5px;
      border-radius: 3px;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.