Line 500 of your style.css reads:
.page-template-template-white-rev-php .custom-search .menu-search-form{
background:#eef4f9;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
Just remove the background line here to fix it.
Related Posts:
- Rewriting search and pagination base
- How to make a image-size selected by default in Media upload – WP v3.5
- Apply class to every paragraph that holds image?
- Remove “Insert from URL” link in Media upload – WP 3.5
- static variable loop not working in WordPress
- adding a filter to a shortcode?
- Set media upload attachment link to none and hide it in WP v3.5
- Change the footer text on the login page
- add_filter to post-gallery and remove all ‘s?
- How to overwrite youtube embed?
- Check if page parent has certain template
- Change comments form title on a page by page basis
- Remove class that has been added by parent theme
- How do I know what variables are passed in a filter/action and what their meaning is?
- Why do filters/actions require an argument count?
- How to use return in my custom function instead of echo
- Use wp_get_recent_posts with search term
- If search results empty then execute certain code
- Count the number of times the search form template gets included on a page
- Run a filter when a walker runs
- Handling Body class based on Template
- Get_avatar filter?
- Add a class to the anchor tag on HTML5 gallery
- Input type search in Menu
- add_action shortcut?
- How can I remove a function that has been added to wordpress with add_filter?
- How to control WordPress image metadata (using Imagick)?
- How to add seperate classes to no-search-result and found-search-result pages on wordrpess search – is_search()
- How do I add custom bulk actions to multiple custom post types?
- Add data attribute to each li in menu
- Removing “wpautop” (auto tags) only on certain pages?
- Print last modified date only on posts
- WordPress Gravatar filter is removing my custom attributes
- Generating an nonce for Content Security Policy and all scripts – How to make it match/persist for each page load?
- Unique icons next to each WordPress menu item
- Search not showing all results
- Can anyone offer any help with this function?
- Alter required message using comment form api
- Add item to top of menu using a filter in functions.php
- How to make modifications only to certain elements of an HTML string on the server-side?
- Override a function defined in wp-includes/comment-template.php
- Filtering a function’ output for a new continued function
- Deleting Certain terms from appearing on the front end as links
- Content filter won’t work
- Warning: in_array() null given in PHP function
- Upload multiple files in randomly generated folder using wp_upload_bits
- Create page template via functions.php?
- Add meta tags to a custom header
- How to have different site identity logos on each page on Astra Theme [closed]
- List post by title length
- Custom query vars filters problem with pagination
- Get the name of menu item with wp_nav_menu
- How to add aria role and schema markup to custom walker container
- Must filter functions receive all arguments passed to them?
- How can I modify this code to make the search box include tags and meta
- User filter posts by year
- How to remove get_header From all single pages in wordpress with functions.php without plugin?
- Limit Search to Product Pages only unless I’m on Blogpage or Blogposts
- Apply function.php filter only if url not has /amp/
- Change lost password url to a mailto URL in WordPress
- Remove span tags from WooCommerce Downloads page
- How to bind each “the_content” elements to a custom variables
- Reload page with a different shortcode when a user selects from a dropdown
- WordPress Ajax filter: Create two loops for different output styles?
- Custom Bulk Actions handler not firing
- How to generate customized filtered output for the gallery
- How to remove title tag with this filter
- str_replace not preserving whitespace
- How can the searchform.php know if it’s used on a registered sidebar id ‘sidebar-1’ or ‘sidebar-2’?
- How can I include tags in wordpress search without a plugin
- Woocommerce Price Text
- Limit Taxonomy Parents
- Display a post based on its metabox selection
- Select All not working in a WordPress search filter
- Display a list of users with avatar filterable with alphabets
- AJAX: WordPress filters inside $html do not work as intended
- Assign new post author IF another user in custom field on post transition
- The search doesn’t work properly
- Add attribute to featured image with filter (wp_get_attachment_image_attributes)
- How to add different menu items on different menus?
- How to pass value to add_filter wpcf7_form_tag from another function?
- Add text below WooCommerce short description if metabox value is true
- Is there a hook that I can use when a fatal error occurs?
- Unable to logout correctly after wp-login file was modified
- Including product categories (product_cat taxonomy) title and description in search query
- Adding Author Filter to CPTs
- How can I display formatted content using the_content filter?
- Warning: call_user_func() expects parameter 1 to be a valid callback, function
- How can I use custom menus with a Bootstrap WordPress theme?
- Custom posts password protect
- Can I remove or edit an include() from a function with a filter?
- Change MySQL PDO connection to a WPDB connection
- Call to undefined function error in plugin
- How to get post category list as select in front-end?
- How do I correct the code in php? [closed]
- Dynamically adding filters
- How to make a cookie be on the whole site instead of being on a specific page/
- How to use functions [closed]
- PHP Output also in Child theme, but different
- Search only working on front page (index) , not working on other pages