Okay
  Public Ticket #652190
How to style .sfHover.current-menu-item using custom css
Closed

Comments

  • tobias started the conversation

    IN FIREFOX i.e. Version 44 (not in other browsers like safari)
    the dynamic class =" … sfhover" is not removed or removed only with a delay
    from the currently selected menu item the (.current-menu-item)

    EXAMPLE: if the hover color is yellow and you click on a menu item which

    becomes the current-menu-item it remains yellow.

    how can i work around this problem?


    i cannot use solve this problem by using
    .sfHover.current-menu-item a because the dynamic
    styles are using " !important "



  •  8,992
    Tahir replied

    Hey ,

    Sorry but i cant seem to understand the issue. If you want to set a custom Header Color Scheme you can do it in Salient Theme Options Panel -> Header Navigation Section .

    Best.


    ThemeNectar Support Team 

  • tobias replied

    NO.

    i was searching for line 43 in
    css/colors.php

    \"color:\'. $options[\"accent-color\"].\'!important;\"
    to be able to customize my css code.

    needed to remove the !important attribute.

    there are some compatibility of issues with the \"current_page_item\"
    property in firefox (using a onepager).

    now i will be able to create my own bugfix

    ticket closed.

    best!
    T