Hi there,
I want to change the font type / size of the off canvas submenu in the customizer. I am using dynamic typography, but I cannot get it work. Do not find the submenu off canvas section.
So I used this css, which works fine on desktop. How can I get it work on mobile?
.slideout-navigation.main-navigation .main-nav ul ul li a {
font-size: 19px;
font-weight: normal;
}
If that CSS selector works for you then you can actually use the Custom target element with the dynamic typography like this: https://www.screencast.com/t/cjtcFRorR
Then you will get the responsive options shown in the screenshot.