Need CSS Tweak for Submenu Color in Twenty Seventeen

  • Unknown's avatar

    Hi all. Thank you in advance for any assistance offered! I have searched this forum and the net and tried various CSS. My theme is Twenty Seventeen with the Options for Twenty Seventeen (not the upgraded version).

    I am unable to remove the bluepurple color that appears upon scroll/hover in the submenu on a laptop – on a mobile this issue is far worse. The goal is to completely remove all blueviolot color from the menu.

    My website is: http://trilliumfancymice.com Here is the custom CSS I have applied to the site thus far:

    #content a:link {
    color: #0000FF;
    }

    #content a:visited {
    color: #800080;
    }

    #content a:hover {
    color: #EE0000;
    border-color: #0000FF;
    }

    .main-navigation .menu li a:link{
    color: black;
    }

    .main-navigation .sub-menu li a:link{
    color: black;
    }

    .menu li li a:hover {
    background: #5BC151 !important;
    color: black;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    The URL provided by you seems self-hosted WordPress site. This forum provides assistance to the only site hosted on WordPress.com.

    You would get help at the below forum:

    https://wordpress.org/support/

    Further to know more about the differences between WordPress.com and WordPress.org you can read this document:

    https://en.support.wordpress.com/com-vs-org/

  • The topic ‘Need CSS Tweak for Submenu Color in Twenty Seventeen’ is closed to new replies.