• Hi folks,

    this is the link to the website link.

    1. My navigation: If you hover over the navigation, the background becomes white. When you hover over the subnavigation, the main nav white background disappears. Any solution for this? I’m using a custom menu…

Viewing 4 replies - 1 through 4 (of 4 total)
  • try to edit style.css of your theme;

    find:

    #nav li a:hover,#nav li a:active {
    	color:#d93434;
    	background:#fff;
    	background: hsla(58, 0%, 100%,.9);
    	}

    change the first line to:

    #nav li a:hover,#nav li a:active, #nav li:hover {
    Thread Starter Ann-Sophie

    (@ann-sophie)

    Hi thanks, this works!
    But it creates another problem: my corners at the top should be rounded. Don’t understand why they are square again …?

    i was checking this in Firefox 3.6.18, and this browser is not advanced enough to understand:

    border-top-left-radius: 10px;
    	border-top-right-radius: 10px;

    (and i assume the majority of current browsers won’t be either)

    please undo and disregard my suggestion.

    Thread Starter Ann-Sophie

    (@ann-sophie)

    Hi alchymyth… Isn’t there a workaround for this then?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Minor CSS problem’ is closed to new replies.