• Hi. I have several menu items, and some of them with submenus, as a result I have dropdown arrows. The thing is that I tried all that is possible for removing the arrows, but no result. I thought that you could help me, especially if you surely know this theme by heart. I found on the web many different solutions, but haven’t worked.

    I tried

    .navbar .nav > li > .dropdown-menu:before,
    .navbar .nav > li > .dropdown-menu:after {
    display: none;
    }

    #header-menu > li.menu-item-ancestor > a {
    background: none;
    }
    #header-menu > li.menu-item-ancestor > a {
    background: none;
    padding-left: 0px;
    }

    Maybe this theme has a different way to solve this. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you show us a link to the issue

    Thread Starter raul_coca

    (@raul_coca)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The thing is that I tried all that is possible for removing the arrows

    Even this:

    .carousel-control {
        display: none;
    }

    ?

    Thread Starter raul_coca

    (@raul_coca)

    I added it at the end of the stylesheet, but nothing. Should I put it here?

    #carousel-nav a.active {
    background: url(“library/media/images/slide-buttons.png”) 0px 0px no-repeat;
    }

    .carousel-control img {top:50%;position:absolute;margin-top:-20px;}
    .left.carousel-control img {left:15%;}
    .right.carousel-control img {right:15%;}
    .carousel-caption {background:rgba(0,0,0,.5);padding-bottom:0;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);bottom:35px;}
    .carousel-caption h4 {color:#fff;}
    .carousel-indicators {bottom:5px;margin-bottom:0;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dropdown arrows overlapping on menu items’ is closed to new replies.