Site logo

Archived topic

CSS mobile menu dropdown icon color

5 replies · Started by Jeroen on August 23, 2021

Viewing posts 1–6 of 6

Hello boys and girls,

please check out 247livecasino.nl on mobile. The dropdown icon is in blue and it needs to be white.

I tried this:

@media (min-width:769px) {
      .menu-item-has-children .dropdown-menu-toggle:before {
        color: #000000;}
}

No succes there... Probably because i changed the GP-icon color.. :(

Could you perhaps have a look at all these CSS adjustmets for mobile and help me make 1 code including the dropdown icon color?

@media (max-width: 720px) {
   .page-hero {
        display: none;
    }
}

@media(max-width: 720px) {
    .site-logo.mobile-header-logo img {
        height: 320px;
    }
}

@media (max-width: 720px) {
   .yoast-breadcrumbs {
        display: none;
    }
}

@media (max-width: 720px) {
.grid-container {
    padding-top: 330px;
	}}

@media (max-width: 720px) {
   .gp-icon {
        color: #111444;
    }
}

.main-navigation .main-nav li ul a {
    background-color: rgba(17, 20, 68, 0.85);
    border-radius: 10px;
    margin: 3px;
}

@media (max-width: 768px) {
    body .header-wrap .main-navigation .main-nav li a {
        color: #ffffff;
        background-color: rgba(17,20,68,0.95);
			
    }

}

Hello Ying,

No sorry... When you use the hamburger to unvold the menu. And you look real close on the right side you will see drop down selection for the submenu.

Not with Home, Casino, Bonus

Starts with

Spelshow >
Roulette >
Blackjack >

These arrows unfold the submenu on mobile.. But the arrow is blue. And when I change i in CSS the menu toggle changes too.

Ah I see, they're almost invisible :P

Try this CSS:

.dropdown-menu-toggle .gp-icon.icon-arrow svg {
    fill: #fff;
}

Let me know if you need further assistance :)

NICE!!! TY

No problem :)

This archived topic is closed to new replies.