Divi text module sticky toolbar by Tolmie | Nov 14, 2022 | Divi, SnippetWhen editing text on long documents in a Divi module, the toolbar may disappear off the screen. This CSS snippet makes this toolbar sticky. /* Divi text module sticky toolbar */ .mce-top-part { position: sticky !important; top: -60px;...
Remove CSS and JS on non UM pages by Tolmie | Nov 14, 2022 | Snippet, WordPressRemove Ultimate Member’s style and script files from the pages where they are not used.