Premium WordPress Themes › Forums › Courtyard › How do i make Menu have white background on homepage – without transparent? › Reply To: How do i make Menu have white background on homepage – without transparent?
June 22, 2018 at 6:03 AM
#4022
Participant
Hi, Tony
1) The above feature is available in our pro theme so either use pro theme or you can create a child theme and remove pt-home-navbar
class from header.php file.
2) Please add below CSS Code in Additional CSS Box through customizer.
@media screen and (max-width: 768px) {
.pt-front-page .pt-widget-section {
padding-top: 0;
}
}
Please do reply if you need more help.
Thanks!