• munts93

    (@munts93)


    Hi Guys, I’ve set a site up at hobartfc.com.au, however when I put my mouse over the dropdown menu under ‘shop’, the link to ‘shop’ disappears. Would appreciate your assistance?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try:

    .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle, .navbar .nav li.dropdown.open>.dropdown-toggle {
    color: red; /*for example*/
    }

    Thread Starter munts93

    (@munts93)

    Negative sorry,
    this is what I already have
    “header.tc-header { background: #000000; }
    /* Adjust (10px) top position */
    /* Change colour of menu/navbar items*/
    .navbar .nav > li > a {
    position: relative;
    top: 10px;
    color: yellow;
    font: arial;
    text-shadow: none;
    }
    .navbar .navbar-inner {
    background: yellow;
    }
    .navbar .nav > li.current-menu-item > a {
    color: yellow;
    font: arial;
    text-shadow: none;
    }
    .navbar .nav > li > a:hover {
    position: relative;
    top: 10px;
    color: yellow;
    font: arial;
    text-shadow: none;}
    .navbar .navbar-inner {
    max-height: 10px;
    }

    I’m sorry too ??
    this is what I see applying the rule I gave you live:
    https://i62.tinypic.com/okvpj8.png

    Anyway your rule is when you hover on an item but.. you’re using dropdown on click.
    Maybe you want to show the dropdwon on hover?
    Appearance -> Customize -> Header -> Navigation -> DESIGN AND EFFECTS
    Select a submenu expansion option
    Expand submenus on hover

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link disappears when in dropdown menu’ is closed to new replies.