Mobile Plugin Menu

Posted in: Newspaper
Post count: 92

How do I style the mobile plugin menu (the main meny that slides out to the left?)

Thanks!

Post count: 92

p.s. Just CSS please; I need more advanced styling options than the provided panel. Thanks!

(Specifically want to adjust font family, weight, margins, etc. of the slide-out menu created by the plugin.)

Post count: 92

[Clicking “Notify me of follow-up replies via email” on this thread. : ) ]

Post count: 22421

Hello,

The basic settings for the mobile menu are found under the theme panel mobile theme section.
If you want extra css styling for the menu you will have to be more specific. The everything you want changed that is not available in the theme panel has to be coded in.
A font family for the menu can be added like so:
.td-mobile-content li a{
font-family: myfontfamily;
font-weight:900;
}

Margins are a bit more complicated as it depends how you want them.

Thank you!

Post count: 92

Perfect, thanks!

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