Home Forums WordPress Themes – Premium Lavish Pro Changing the colour of 1 menu item

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16501
    Scott Gee
    Member

    Hello,

    I’m wanting to change the colour of the text of the menu item “Donate” to be red.

    I have tried to add it in using the following code:

    
    
    .menu-item-187 {
      border-style: solid;
      border-color: #ff0000;
      color: #ff0000 !important;
    }

    The red border comes up but the text remains the default white that I have set via the customise menu.

    The site is thecatholicguy.tv

    Thanks

    #16502
    Anonymous
    Inactive

    Hi Scott,

    Please add the following css to fix the issue:

    li.menu-item-187 > a {
        color: #ff0000 !important;
    }

    Note: Use the custom css plugin or child theme stylesheet to write the css.

    Thanks

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