Stephanie Miller

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • in reply to: Navigation Hover Color #22269
    Stephanie Miller
    Participant

    I figure it out, I needed to add this line instead.

    div#sidebar nav a:hover {
    background-color: #971012;
    }

    in reply to: Navigation Hover Color #22268
    Stephanie Miller
    Participant

    Maybe I am misunderstanding it still did not work, now the submenu has gone from the purple to red. This is what I have in the custom css box. I wanted to change the transparent color from black to blue so I added the top code and that worked fine. On the style tab, does ‘buttons’ control the color of the buttons? I am assuming when you add custom code you clear the colors. Is that correct?

    div#sidebar nav a,
    div#sidebar nav a:visited,
    header#primary,
    #content,
    .staff-list article,
    select.tinynav,
    #sidebar .widget {
    background-color: rgba(92,
    131, 181, 0.80);
    }
    div#sidebar nav li.current-menuitem li a:hover {
    background-color: #8224E3;
    }

Viewing 2 posts - 1 through 2 (of 2 total)