Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1921782
CSS
Closed

Comments

  • pgvane started the conversation

    The menu item "Get a Quote" previously showed in red. I had to change the page this menu item pointed to and then I lost the red colour. The css shows that the menu item previously must have had the class name rqt_quote.menu

    Now it does not have that. How would that class name have been added to the menu item?


    Relevant CSS below:

    li.rqt_quote_menu{
    background-color: #c73333;
      padding:5px !important;
    }

    li.rqt_quote_menu a{
    color: white !important;
    }

    li.rqt_quote_menu a:hover{
    color: #ed6666 !important;
    }


  •  7,280
    Oliver replied

    Hi,

    I don't see this class now, in any case you can change the color by ID:

    #menu-item-24809 {
    background-color: #c73333;
      padding:5px !important;
    }
    #menu-item-24809 a{
    color: white !important;
    }
    #menu-item-24809 a:hover{
    color: #ed6666 !important;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver