How can I hide this option, thank you
This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
How can I hide this option, thank you
Hello,
Add the next custom CSS code:
.et-mini-content .menu li:nth-child(2) {
padding-top: 0;
}
.et-mini-content .menu li:first-child {
display: none;
}
Regards
The issue related to '‘Hide menu content’' has been successfully resolved, and the topic is now closed for further responses