Best Premium and Free WordPress Themes › Forums › Online Shop › Remove “Send Gift/offer” widget on the right side of the Primary Menu › Reply To: Remove “Send Gift/offer” widget on the right side of the Primary Menu
February 28, 2021 at 4:38 pm
#93686
Keymaster
Hello,
Please add the given CSS code in Additional CSS
Appearance > Customize > Additional CSS
.main-navigation a {
display: none;
}
Best Regards!