Archived topic
Off-Canvas Panel Widgets Font Size
3 replies · Started by Martyn on May 12, 2021
Hi Guys,
How do I control the font size of the widget in our off-canvas panel? I'd like the widget to match the navigation menu.
See https://www.loom.com/share/783b1fca4dd74276a51256f548eb73f4
https://www.southernman.com.au
Cheers in advance
Marty
hi there,
That one shares its CSS with Typography > Primary menu, unfortunately.
I suggest writing a custom CSS for it so the Primary menu is untouched.
Example :
#generate-slideout-menu .widget_nav_menu li a {
font-size: 30px;
}
Thank you.
Looked good with the css change but I've decided not to used the widget. I used a plugin to duplicate my main menu and then modify the new menu, then assigned this to the off-canvas panel.
Cheers
Marty
Thanks for sharing it with us. Glad you got it sorted. :D