{"id":1884,"date":"2018-08-01T19:09:46","date_gmt":"2018-08-02T02:09:46","guid":{"rendered":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?p=1884"},"modified":"2023-01-26T16:04:06","modified_gmt":"2023-01-26T23:04:06","slug":"wp-emember-miscellaneous-css-tweaks","status":"publish","type":"post","link":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884","title":{"rendered":"WP eMember Miscellaneous CSS Tweaks"},"content":{"rendered":"\n<p>You can add the CSS tweaks to the following interface of your site (or any other option your theme may have to insert CSS tweaks):<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Appearance -&gt; Customize -&gt; Additional CSS\n<\/pre>\n\n\n<h2 class=\"wp-block-heading\" id=\"login_form_related\">Login Form Related<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"hiding-the-join-us-link-in-the-login-form-widget\">Hiding the Join Us Link in the Login Form Widget<\/h3>\n\n\n<p>Add the following CSS tweak to hide the <strong>Join Us<\/strong> link in the membership login form widget:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#wp_emember_loginForm .register_link{\ndisplay: none;\n}\n<\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"hiding-the-forgot-password-link-in-the-login-form-widget\">Hiding the Forgot Password Link in the Login Form Widget<\/h3>\n\n\n<p>Add the following CSS tweak to hide the <strong>Forgot Password<\/strong> link in the membership login form widget:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#wp_emember_loginForm #forgot_pass{\ndisplay: none;\n}\n<\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"hiding-the-remember-me-checkbox-in-the-login-form-widget\">Hiding the Remember Me Checkbox in the Login Form Widget<\/h3>\n\n\n<p>Add the following CSS tweak to hide the <strong>Remember Me<\/strong> checkbox in the membership login form widget:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#wp_emember_loginForm .eMember_remember_me{\ndisplay: none;\n}\n<\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"center-align-login-form\">Center Align the Member Login Form<\/h3>\n\n\n<p>Add the following CSS tweak to center align the member login form on the login page:<\/p>\n\n\n\n<pre>.wp_emember_loginForm {\n    margin-right: auto;\n    margin-left: auto;\n}\n<\/pre>\n\n\n<h2 class=\"wp-block-heading\" id=\"registration_form_related\">Registration Form Related<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"larger-font-size-registration-form\">Larger Font Size (Registration Form)<\/h3>\n\n\n<p>Add the following CSS tweak to make the font-size larger in the membership registration form:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#wp_emember_regoForm {\n  font-size: 22px;\n}<\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"larger-font-size-for-only-the-text-input-fields-registration-form\">Larger Font Size for Only the Text Input Fields (Registration Form)<\/h3>\n\n\n<p>Add the following CSS tweak to target only the text input fields of the registration form and make the font-size larger:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#wp_emember_regoForm input[type=\"text\"] {\n  font-size: 22px;\n}<\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"hide-the-membership-level-field-on-the-registration-form\">Hide the Membership Level Field on the Registration Form<\/h3>\n\n\n<p>Add the following CSS tweak to target the membership level field of the registration form and hide it:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#wp_emember_regoForm #wp_emember_member_level {\n  display: none;\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>You can add the CSS tweaks to the following interface of your site (or any other option your theme may have to insert CSS tweaks): Appearance -&gt; Customize -&gt; Additional CSS Login Form Related Hiding the Join Us Link in the Login Form Widget Add the following CSS tweak to hide the Join Us link [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[14],"tags":[88,5],"class_list":{"0":"post-1884","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-additional-resources","7":"tag-membership-tweaks","8":"tag-wp-emember","9":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WP eMember Miscellaneous CSS Tweaks - WordPress Membership<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\"},\"headline\":\"WP eMember Miscellaneous CSS Tweaks\",\"datePublished\":\"2018-08-02T02:09:46+00:00\",\"dateModified\":\"2023-01-26T23:04:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884\"},\"wordCount\":218,\"commentCount\":0,\"keywords\":[\"membership tweaks\",\"WP eMember\"],\"articleSection\":[\"Additional Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884\",\"name\":\"WP eMember Miscellaneous CSS Tweaks - WordPress Membership\",\"isPartOf\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website\"},\"datePublished\":\"2018-08-02T02:09:46+00:00\",\"dateModified\":\"2023-01-26T23:04:06+00:00\",\"author\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WP eMember Miscellaneous CSS Tweaks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/\",\"name\":\"WordPress Membership\",\"description\":\"Easy to use WordPress Membership plugin\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WP eMember Miscellaneous CSS Tweaks - WordPress Membership","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#article","isPartOf":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884"},"author":{"name":"admin","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd"},"headline":"WP eMember Miscellaneous CSS Tweaks","datePublished":"2018-08-02T02:09:46+00:00","dateModified":"2023-01-26T23:04:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884"},"wordCount":218,"commentCount":0,"keywords":["membership tweaks","WP eMember"],"articleSection":["Additional Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884","name":"WP eMember Miscellaneous CSS Tweaks - WordPress Membership","isPartOf":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website"},"datePublished":"2018-08-02T02:09:46+00:00","dateModified":"2023-01-26T23:04:06+00:00","author":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd"},"breadcrumb":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-miscellaneous-css-tweaks-1884#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/"},{"@type":"ListItem","position":2,"name":"WP eMember Miscellaneous CSS Tweaks"}]},{"@type":"WebSite","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/","name":"WordPress Membership","description":"Easy to use WordPress Membership plugin","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","caption":"admin"},"url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts\/1884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/comments?post=1884"}],"version-history":[{"count":0,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts\/1884\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/media?parent=1884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/categories?post=1884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/tags?post=1884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}