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

    Hello everybody

    I have defined a button in the main menu
    Button style (colored)

    Text in button “Fernwartung”

    it is possible to display the text color in blue via CSS
    on mouse over in red

    Thanks a lot
    Kind regards
    Franz

    #1202847

    Hallo Franz,

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

    #menu-item-616 a .avia-menu-text {
      color: blue; 
    }
    
    #menu-item-616 a:hover .avia-menu-text {
      color: red; 
    }

    LG,
    Rikard

    #1202857

    Hallo Rikard
    When I put it that way, nothing happens.
    what am I doing wrong

    /*button fernwartung*/
    #menu-item-616 a .avia-menu-text {
    color: blue;
    }
    #menu-item-616 a:hover .avia-menu-text {
    color: red;
    }

    Thanks
    kind regards
    Franz

    #1202946

    Hi Franz,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
        color: blue;
    }
    #top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text {
        color: red;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1202951

    Thank you very much
    Victoria

    now it works perfectly
    you can close this request

    I wish you happy Easter.

    kind regards
    Franz

    #1202958

    Hi Franz,

    Glad we could help :)

    Happy Easter!

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change color in menu’ is closed to new replies.