Home Forums WoodMart support forum Custom background on one menu button

Custom background on one menu button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #414427

    lino.peverada
    Participant

    Hi,
    I’m trying to customize the background for just one menu button.
    I’ve tried to add this code on the theme custom CSS:

    .menu-link-yellow a {
      color: #FFD100;
      font-weight: bold;
    }

    And in the menu builder add menu-link-yellow in CSS classes. I’m not sure I’m trying in the right way. I just would like to have one button in the menu looking different, Could you help me please?

    Attachments:
    You must be logged in to view attached files.
    #414615

    Luke Nielsen
    Keymaster

    Hello,

    In Theme Settings -> Custom CSS -> change your selector to this .menu-link-yellow a span.

    https://prnt.sc/wnbYDd9kjDnq

    Then check the issue again and let me know.

    Kind Regards

    #414639

    lino.peverada
    Participant

    Perfect, thanks 🙂 in the same idea, how can I change the text color on cart quantity notification? (image attached)

    Attachments:
    You must be logged in to view attached files.
    #414698

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help to change the text color on the cart quantity notification. Paste it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-header-cart.wd-design-2 .wd-cart-number {
        color: blue;
    }

    Kind Regards

    #414700

    lino.peverada
    Participant

    Already tried it, but it doesn’t work 🙁

    #414714

    lino.peverada
    Participant

    sorry… it is ok… thanks for your help 🙂

    #414720

    Luke Nielsen
    Keymaster

    Glad that everything is sorted out.

    In case you need any additional help, I’d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Custom background on one menu button’ is closed to new replies.