MemberPress loads theme.css globally all the time so that the login form can work on any page. https://example.com/wp-content/plugins/memberpress/css/ui/theme.css?ver=1.8.7 If you are going to have the login form on a specific Page say “Login” then you don’t need to have theme.css load sitewide. The following code snippet will dequeue theme.css file of MemberPress globally and conditionally […]
Recent Comments