First, you know you misspelled “height”, right?
To override css, you can use the “!important” operator. So you’d use:
html,body{height: auto !important;}
Also, you are doing something like this in your functions.php, right?
function changeLoginCSS() { ?>
<style type="text/css">
html,body{height: auto !important;}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'changeLoginCSS' );
Related Posts:
- How to add a custom CSS class to core blocks in Gutenberg editor?
- Editing ‘Password Reset’ E-mail
- Adding a class to the body_class function
- Change “You are now logged out” text
- Removing labels and tag on WordPress’s default login form
- Add classname to the_category() function?
- Changing Gutenberg / WP block editor width only on pages, not posts or other taxonomies
- Customize user account activation message
- How do we check if the user is logging in or registering?
- How to remove google font in WordPress for only single page?
- Where is this inline CSS code [closed]
- add filter login_redirect does not contain original requested redirect
- How to center oEmbedded content
- Change username before login
- Custom Login Errors and variables I can use
- Remove CSS & JS files from WordPress Main Page For Increase Pagespeed?
- Correct method of redirecting user login
- Header image automatically changes depending on season
- Filters on Login Page
- How can I change the email that is inside the default email texts of wordpress?
- How do I hook my function to run only after submitting login form
- How to redirect non-logged in users to login with post_password_required()
- Filter page title (displayed in browser tab) of wp-login
- How to redirect a unique link based on login status
- Add an attribute to the root from functions.php with add_filter
- login_url filter creates permanent wp-admin -> wp-login redirection loop
- Wrap WordPress Login Form in custom Div
- Login logout below menu bar
- Publish button inside custom field group
- Hook into ‘when user logs in’ [persistent login]
- This code works, but breaks the media uploader. How do I integrate it in a way that won’t?
- Background color and background image below element in Contact Form 7 – error tip [closed]
- Change password reqts with NO plugin without breaking resetpass link?
- How to add headers to outgoing email?
- LESS CSS enqueue_style with add_filter to change rel attribute
- Remove Editor From Homepage
- Remove description from on Home
- Moving sharedaddy buttons (in Jetpack) to the top of a post?
- How can I customize the wp_list_categories
- filter the_title problem in nav
- Sensei LMS Hooks to Remove Content
- How to re-enable a filter after disabling with __return_false
- Ignore dots when searching in the media library?
- Exclude One Category and its Subcategories using WP_LIST_FILTER
- When to use actions and when to use filters
- add_filter to ‘woocommerce_before_main_content’ [closed]
- Echoing Categories only if they’re a child of a given category
- Add ‘data-text’ attribute to TagCloud HTML
- Why in archive page doesn´t show read more button with excerpt?
- Removal of Jetpack OG Tags from old blog site
- Don’t see add_filter result in the site front page
- How can I include an existing custom sitemaps listing in wp-sitemap.xml?
- Display Externally Retrieved Data within a Custom Template
- Can the wordpress color palettes by changed through Javascript?
- Cannot change the definition of AUTOMATIC_UPDATER_DISABLED
- How do I add a checkmark to my-sites save settings hook
- Replace audio links with jplayer using the_content filter
- Sorting a specific taxonomy by archive date using URL
- Give “Read More” precedence over excerpt() word count
- Adding a filter to comments_template
- How to customize category_description()?
- Add Bootstrap Classes to Recent Posts Widget
- Is it possible to override the default Gallery Settings form?
- Filtering a list of objects with ‘OR’ on the same field
- Excerpt is being added above the content, but it should be after it
- WordPress add script with custom type (x-jquery-tmpl)
- How to filter bbPress replies (content)?
- Prepending character(s) to a custom tag title?
- Modify existing plugin function with add_filter
- include specific Pages to wp_list_pages with filter
- How can I filter tag_description()?
- Show/Hide Div for Login Mask
- Email Obfuscation: Is antispambot() Acceptable? [closed]
- WordPress overwrites UNC
- Need to return shortcode text instead of the output
- Change tags url to search different site
- How to optionally append components to the output of a gutenberg block?
- Dashboard filter based on custom fields URL response code
- Custom SQL query slows down when using multiple OR … LIKE … in posts_where filter
- Drop down filter sort posts by latest, last 7 days and monthly
- Function not returning correct value for found_posts filter
- Unable to defer loading of jquery
- Remove style tags from head
- how to develop a filter in wordpress to let the user filter the page content depends on the date (newest to oldest etc…)?
- Print only parent categories of post in custom RSS feed
- Use add_filter inside another function
- Add HTML to the bottom of each post in a post list
- Admin view: filter posts by whether they have specific taxonomy attached
- Filter posts by categories ajax is showing all the posts
- URL to filter posts by post meta similar to shop/?product_cat=”painting”
- Incrementing content with extra text after save/publish
- How to use a TinyMCE filter?
- Admin filter/error if post title is too long
- How we make the filter for fornt end user
- After adding filter to plugin’s code, post’s content doesn’t display
- How to filter part of a variable if it is no array?
- WordPress wp_lazy_loading_enabled returns loading attribute set to lazy
- Deregister Custom the_title Filter for edit_post_link
- How to apply_filter / add_filter within 2 others (simultaneous?) add_filter
- Why is the change in my query not taking into account