Here’s the code to put a CTA Button in the menu of a site using the Divi Theme on WordPress.
/*menu CTA Button*/
.menu_cta {
background-color: #0075BC;
color: #fff;
padding: 0 !important;
border-radius:25px;
}
.menu_cta a {
color: #fff !important;
padding: 15px 15px 15px 15px !important;
}