Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Changing the color of the menu background › Reply To: Changing the color of the menu background
May 20, 2017 at 12:22 am
#17276
Keymaster
Please add the below css codes, hope this will help to solve the issues.
.page .wrapper.inner-main-title.init-animate.fadeInDown.animated {
display: none !important;
}
article.page {
border-bottom: none !important;
box-shadow: none !important;
}
Regards