Archived topic
Styling child items off-canvas menu
7 replies · Started by Jessica on August 3, 2020
Hi there,
i try to change styling of my child items az off-canvas menu at http://wp12076150.server-he.de/
everything i tried in cusomizer changes every items. i want to sho child items italic for example...
thanks for help!
Hi there,
Try this:
@media (max-width: 768px) {
.slideout-navigation.main-navigation .main-nav ul ul li a {
font-style: italic;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Great thanks! Is it possible to change the child of the childs too?
Just add one more ul like this:
@media (max-width: 768px) {
.slideout-navigation.main-navigation .main-nav ul ul ul li a {
font-style: italic;
}
}
very great! thanks! a last question: is it possible to change width of slideout?
sorry, this doesn´t work.
Hmm that case can you open a new topic?
Thanks :)