Hi,
As checked you have created that with elementor and Oceanwp doesn’t control the elementor design/settings.
Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
li.btn.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-416>a {
background-color: #13aff0;
color: #fff !important;
padding: 12px 22px !important;
font-weight: 600;
margin-top: 25px;
border-radius: 4px;
cursor: pointer;
text-align: center;
}
li.btn.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-416>a:hover {
background-color: #da360b;
color: #fff !important;
padding: 12px 22px !important;
font-weight: 600;
margin-top: 25px;
border-radius: 4px;
cursor: pointer;
text-align: center;
}
PS- change color code and required values as per your need.