• Closed by: Fred
  • Closed on: 06.06.20, 15:46
  • Reason: Closed
  • Comment: Glad to help!

Ticket #18153 - on small desktop window top menu is blank

when having a small screen / small window and click the top menu button all links are blank ? check image

Attachments:

topmenu.PNG (63.7 KiB)

Comments

Thomas Blauenfeldt 31 May 2020, 16:46

UP

Fred 02 Jun 2020, 10:00

try following CSS to change the color:

#header .top-menu .level-1 > a {color:#333}
Thomas Blauenfeldt 03 Jun 2020, 19:47

works ticket can be closed thanks

Thomas Blauenfeldt 03 Jun 2020, 20:01

* this css seams to make my topmenu on desktop black instead of whie now ??

Fred 05 Jun 2020, 23:12

Yes, I missed that, try this:

@media (max-width:1024px) {
#header .top-menu .level-1 > a {color:#333}
}
Thomas Blauenfeldt 06 Jun 2020, 15:30

works ticket can be closed thanks