Skip to content

Instantly share code, notes, and snippets.

@psahalot
Created September 14, 2016 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psahalot/cb03bc8c6cd9284bb034155e04c040f2 to your computer and use it in GitHub Desktop.
Save psahalot/cb03bc8c6cd9284bb034155e04c040f2 to your computer and use it in GitHub Desktop.
Call to Action Button in Header Menu - Beaver Builder Theme
/* Default button styling */
.fl-page-nav-wrap .navbar-nav > li.header-menu-cta > a {
color: #fff;
background: #2d94e3;
border: 1px solid #2d94e3;
border-radius: 5px;
}
/* Hover button styling */
.fl-page-nav-wrap .navbar-nav > li.header-menu-cta > a:hover {
background: transparent;
border: 1px solid #2d94e3;
color: #2d94e3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment