Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #687903

    I searched the support forum and found this helpful thread:
    https://kriesi.at/support/topic/style-current-menu-item/

    I adapted the colours to what I needed but it doesn’t completely work:

    li.current-menu-item>a {
    color: #d96864!important;
    background: #172643!important;
    }

    the background gets the right color but the text takes on the same blue instead of the other colour. (website link in private section)

    #688032

    Hey elvirais,

    Unable to access your site as it is in maintenance mode. Could you please provide login details so that we can inspect the menu and assist you further.

    Best regards,
    Jordan

    #689062

    Details in the private section :)

    #690075

    Hey!

    Please add this in the Quick CSS field:

    #top #header .av-main-nav > .current-menu-item > a .avia-menu-text {
        color: #d96864;
    }
    
    #top #header .av-main-nav > .current-menu-item a {
        background: #172643;
    }

    Cheers!
    Ismael

    #690180

    That works perfectly, thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Style of currently selected menu button’ is closed to new replies.