• Resolved soruk

    (@soruk)


    With hover, I still see orange color.

    Made modification on the CSS based on https://wordpress.org/support/topic/rebalance-theme-change-hover-and-tags-colour/

    It changed color in a lot of places, but not the blog page.

    —-
    the code used
    button,
    input[type=”button”],
    input[type=”reset”],
    input[type=”submit”],
    input[type=”text”],
    input[type=”email”],
    input[type=”url”],
    input[type=”password”],
    input[type=”search”],
    textarea {
    color: #171796;
    }

    a:hover,
    a:focus,
    a:active {
    color: #171796;
    }

    .site-title a:hover {
    color: #171796;
    }

    .main-navigation .sub-menu li:hover:before,
    .main-navigation .children li:hover:before,
    .main-navigation ul > li:hover > a,
    .main-navigation ul ul > li:hover > a {
    color: #171796;
    }

    .menu-toggle,
    .menu-toggle:focus {
    color: #171796;
    }

    @media screen and (max-width: 880px) {
    .dropdown-toggle:hover,
    .dropdown-toggle.toggled-on {
    border-color: #171796;
    }

    .dropdown-toggle:hover::after,
    .dropdown-toggle.toggled-on:after,
    .dropdown-toggle:active,
    .dropdown-toggle:hover,
    .dropdown-toggle:focus {
    color: #171796;
    }
    }

    .entry-title a:hover,
    .entry-title a:active {
    color: #171796;
    }

    .entry-content a,
    .comment-content a,
    .entry-content blockquote,
    .comment-content blockquote,
    .entry-content q,
    .comment-content q {
    color: #171796;
    }

    .card .entry-title a:hover {
    border-bottom-color: #171796;
    }

    #infinite-handle span button {
    color: #171796;
    }

    .posts-navigation a {
    color: #171796;
    }

    .bypostauthor .fn:before {
    color: #171796;
    }

    .comment .comment-author a,
    .comment .comment-reply-link {
    color: #171796;
    }

    .widget_calendar table a {
    color: #171796;
    }

    .widget_tag_cloud a[style] {
    color: #171796;
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rebalance theme-Orange color’ is closed to new replies.