Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #285056

    Hi,

    I am trying to change the color of the “Book Now” link on the menu of my website. It’s menu item 7383. I just want to make it stand out from the other menu options. I have attempted to self-serve by looking up other forum posts, but for whatever reason, the Quick CSS doesn’t work for me. I’ve tried:

    li#menu-item-7383 a {
    color:red !important;
    }

    … and a number of other variations. None of them are working. Any assistance would be greatly appreciated!

    Thanks,
    Michael

    #285116

    Hey jmcrist!

    Please try adding following code to Quick CSS

    li#menu-item-7383 .avia-menu-text {
    color: red!important;
    }

    and flush browser cache after applying the code

    Regards,
    Yigit

    #287351

    Yigit,

    I have done exactly as you have asked, and it still didn’t work. Any other ideas? Could something be blocking it somehow?

    Thank you,
    Michael

    #287438

    Hi Michael!

    Make sure to purge your minification plugin.

    Best regards,
    Josue

    #288285

    This worked, thank you so much!

    #288287

    You are welcome, glad to help :)

    Regards,
    Josue

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