Site logo

Archived topic

Change color lining in menu button

3 replies · Started by Jarno on January 15, 2022

Viewing posts 1–4 of 4

Here you go:

The color is set by this code in Additional CS field in the customizer:

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
  color: #ffffff;
  border: 2px solid #5ce6e6;
  line-height: 38px;
	padding: 0px 18px 2px 18px;
  margin-left: 24px;
  transition: all 0.6s ease 0s;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}

Let me know if this helps :)

This archived topic is closed to new replies.