Skip to content

Disable Mobile Menu Toggle Animation

Disable Mobile Menu Toggle Animation

By default the Toggle mobile menu style uses the javascript slideDown animation but it can be disabled with a little code. When disabled the show/hide functionality will be done via the "visible" classname instead so you can apply custom CSS…

Read more

Enable Card Settings Metabox for Pages

By default the card meta settings aren't available for standard pages as you would generally not display pages as "entries" but if you really wanted to you can enable the Card meta settings box for pages using the following snippet.

Read more

Disable the Match Equal Heights Class on Mobile

When using the theme's match-height-content classname for creating equal height items using javascript, the height is applied across all screen sizes and devices, since it's impossible to know whether you want this to happen or not. If you wish to…

Read more

Define Your Font Family Stack (fallback font)

Whenever you set a font via the customizer or theme elements it will give the element a font-family value equal to the selected font without any fallback value (some popular fonts like Open Sans do have a default fallback font…

Read more
Back To Top