[Support request] Styling child items off-canvas menu

Home Forums Support [Support request] Styling child items off-canvas menu

Home Forums Support Styling child items off-canvas menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1386016
    Jessica

    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!

    #1386182
    Leo
    Staff
    Customer Support

    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/

    #1386209
    Jessica

    Great thanks! Is it possible to change the child of the childs too?

    #1386210
    Leo
    Staff
    Customer Support

    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;
        }
    }
    #1386229
    Jessica

    very great! thanks! a last question: is it possible to change width of slideout?

    #1386239
    Leo
    Staff
    Customer Support
    #1386254
    Jessica

    sorry, this doesn´t work.

    #1386259
    Leo
    Staff
    Customer Support

    Hmm that case can you open a new topic?

    Thanks 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.