Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #246786
    Jerome Dorsey
    Participant

    How do I change the color of one menu item in the main menu? The web site is https://www.drkbraces.com . I want to change the menu item COVID INFO to be bold and red. Thank you.

    #246816
    Skandha
    Participant

    @tattoo-tom: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-item-4231 {
        background: red;
        font-weight: bold;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #246828
    Jerome Dorsey
    Participant

    Skandha,
    Thank you. That worked perfectly. I lightened up the red a bit. I really appreciate your help and prompt response.
    Stay healthy and safe.

    Best regards,

    Tom

    #246829
    Skandha
    Participant

    @tattoo-tom: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color of one item in main menu’ is closed to new replies.