Site logo

Archived topic

How to style off canvas parent items different than sub-menu items

3 replies · Started by Elizabeth on September 18, 2020

Viewing posts 1–4 of 4

Hi,

I'm working on a new website for a client and I would like to style the off canvas parent items differently than the sub-menu items. What I would like is for the parent items to be uppercase with a font weight of 700.

I've tried a variety of css options to do this, but so far, they affect both the parent and sub-menu items. What do you suggest?

Here's a link to the website https://tdi.candyappledev.com/.

Thank you,
Elizabeth

Hi there,

This CSS should work:

@media (max-width: 768px) {
    .slideout-navigation.main-navigation .main-nav > ul > li > a {
        font-weight: 700;
    }
}

Thank you, Leo! Yes, this works perfectly and I'll note it for next time.

Elizabeth

No problem :)

This archived topic is closed to new replies.