Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1437725

    Hi, I’d like to change the colors of two main menu buttons on my site. “Enrol Now” should be #0F4761 and “Portal” should be #0B897A. Can you guide me on how to do this? I can only select one color in general and advanced styling. I’ve linked the website for you to look over. Thank you!

    #1437766

    Hey Rens18,

    Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-254 .avia-menu-text {
      background-color: #0F4761;
    }
    
    #menu-item-610 .avia-menu-text {
      background-color: #0B897A;
    }

    Best regards,
    Rikard

    #1438943
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change main menu buttons to 2 different colors’ is closed to new replies.