• Resolved koty97

    (@koty97)


    Is there any way, how can I change menu active color? I tried something in CSS, but default color gradient still remains.

Viewing 7 replies - 1 through 7 (of 7 total)
  • When the item is selected it adds a class

    li.current_page_item a

    you can use this class to change the selected item

    .current_page_item a{
    color: <<your color >>
    background:<<your background settings >>
    }

    Thread Starter koty97

    (@koty97)

    koty97.8u.cz/wordpress/

    When you click on menu field, it will turn to green gradient. I need to switch it off, but your solution doesn’t work for me.

    Hi koty97

    Dashboard / Appearance / Customize /

    Advanced / Disable Keyboad Focus

    Set Disable , Save & publish

    Thank you

    Note left sidebar link text has contrast issue

    Cause is, maybe, plug-in style specified conflict

    I’m recomend below style rules

    Add style.css bottom.

    .lsidebar .widget_wp_sidebarlogin a:link, .lsidebar .widget_wp_sidebarlogin a:active, .lsidebar .widget_wp_sidebarlogin a:visited, .lsidebar .widget_wp_sidebarlogin a:hover,
    .lsidebar .widget_text a:link, .lsidebar .widget_text a:active, .lsidebar .widget_text a:visited, .lsidebar .widget_text a:hover{
        color:#fff;
    }

    Thread Starter koty97

    (@koty97)

    I disabled Keyboard Focus, but I still can’t see difference. Can you please show me, where in style.css is coded menu:active? Thanks in advance.

    Thread Starter koty97

    (@koty97)

    Thats exactly what I’ve been looking for! Thank you ??

    Thread Starter koty97

    (@koty97)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu active gradient’ is closed to new replies.