• Resolved traktor2

    (@traktor2)


    Hi.

    Is it possible to remove the hover effect in the top navigation bar? The site is https://www.lsj-akademie.de/?page_id=69 – I only want to have an underline-effect there (Angebote/Anmeldung), without changing of the background color.

    I changed it like that:

    #top-navigation .sf-menu a:hover {
       color: #fff;
       text-decoration: underline;
    }

    But it’s not possible to change the background-color there, all my trials had no effect.

    Second question: Is it possible to make the main menue to be flush with the sub-menue, so that they both have the same width? Don’t know where to change that.

    Thanks in advance,
    René

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    1. add to theme option->custom css

    #custom #top-navigation .sf-menu li a:hover {
       color: #fff;
       background-color: #bfbfbf !important;
       text-decoration: underline;
    }

    2. i have no idea. you need to adjust the sf-menu width yourself.

    Thread Starter traktor2

    (@traktor2)

    Worked fine. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove hover effect in top-navigation’ is closed to new replies.