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

    Hi, How do i change the rollover colors of the Employment and Contact button in my navigation menu button? Right now Employment is outlined but when hover would like it to fill red white whit text. The contact I would like the button darker orange when hovered with white text.

    #1395497

    Hey carlosTLM98,

    Thank you for the inquiry.

    You can add this css code to adjust the hover style of the menu button.

    #top #header .av-main-nav .av-menu-button:hover > a .avia-menu-text {
        background: #97040b;
        color: #ffffff;
    }

    Best regards,
    Ismael

    #1395626

    Thanks for the code.. How do I make the border of the contact yellow and not red?

    #1395661

    Hi,

    Please try this CSS as well:

    #menu-item-553 .avia-menu-text {
      border-color: yellow;
    }

    Best regards,
    Rikard

    #1395956

    Thanks, How about on hover?

    #1395983

    Hi,

    To adjust the hover style, you can use this css code.

    #top #wrap_all .header_color #menu-item-453:hover > a .avia-menu-text {
    	background-color: red;
    	color: blue;
    	border-color: green;
    }

    Best regards,
    Ismael

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