Really hard to answer this definitively as we do not have any php/html/css to look at. What I would do, generally speaking, would be to find the class or id of those fields. If they are unique to that field (i.e. not used anywhere else be either the theme or plugins) I would add custom CSS to get those drop downs correct.
If that is not possible, I would make sure I edit a Child Theme and change those template php pages directly by adding the custom css there to make sure this only affects the pages where these drop downs are “Wrong”.
Just be sure you use a child theme, or all of your changes will revert when you update the theme.
Related Posts:
- Custom Field created in add_meta_boxes reappearing itself again in the default Custom Metabox
- Why when I submit a form in wordpress it loads a 404 page though URL is correct
- How to add a checkbox element to attachments editor with example
- Where do I find the functions triggered within a hook?
- Front End Post Submit Form
- Change loop order via form or link (jquery, not URL)
- Writing Clean WooCommerce Styles
- Why is unfiltered html allowed in custom fields for author / contributor roles?
- Using the theme options to change background
- Cannot update WordPress General Settings Site Title and Tagline
- How do I update WooCommerce template files in my theme? [closed]
- Unhook action from child theme
- wp_editor() usage in custom meta box
- How to handle custom form submission?
- searchform.php override not working
- A mystery 300px image size
- Custom Field returning Numerical Value for Image rather than URL
- How to call WooCommerce update cart function programatically
- Custom post fields
- How do I Add images uploaded in the post to a default custom field
- How to create a multiple choice radio group for a single theme option
- How to override checkbox styles if these inputs have a unique id [closed]
- How can I use a gravity form to send an e-card?
- How to add material design css in wordpress and woocommerce
- Custom form in theme template displaying internal server error upon submission
- Storefront child theme not applying parent theme [closed]
- How do you replace content generated by custom fields with custom blocks in Block Editor?
- StoreFront product pages: Turn the Short Description section into a kindred tab section [closed]
- How can I fetch the WordPress cart errors normally displayed in woocommerce-error?
- page.php dependent sites are not working in custom woocommerce theme
- Zoom on custom theme without child
- Sort wp_query by sum of two meta fields
- Scroll to position on page for category pages only — woocommerce
- What’s the best practice way of handling custom fields in different post formats?
- Custom page template with custom fields
- Redirect to another page using contact form 7? [closed]
- Can’t remove DIV from hooks in Storefront child theme [closed]
- Integrate WooCommerce theme with a WordPress theme [closed]
- Where WordPress Stores The Custom Fields Values
- Is it possible to update the total price on the checkout page in woocommerce from a custom field
- What is the diferences between pure WordPress theme and Woocommerce theme? [closed]
- Forms won’t submit
- why mytheme/single-product.php works but not mytheme/woocommerce/single-product.php
- Why does admin-ajax load slow and what are ways to speed it up?
- Adding an external link to product grid list pages for woocommerce
- Issue when posting updates/changes to wordress
- What is the best way to build home pages with a lot of sections for distributable themes [closed]
- Want to add cart and a search bar in the right of logo line
- How to add post meta fields to an article’s as meta elements
- Woocommerce Product attribute not imported with wordpress Importer [closed]
- Injecting pre-defined text from custom page template to editor
- Let user to add input fields on theme option page
- Add a field to the taxonomy editor?
- Get attachment meta (I need attachment ID, unsure how to find it)
- How to use shortcode inside of shortcode in theme
- Add image URL automatically to custom field?
- How to use multiple check-box values to work in a function and insert values in database
- how to add a badge on product based on filter?
- How can I add a field for featured image on backend of a custom Taxonomy?
- Woocommerce AJAX filters option loading spiner – problem on mobile device
- How to display custom field in product description?
- How do I make my terms for each product display via foreach loop? (woocommerce)
- Best way to declare product variables in woocommerce theme development?
- Alter shop page lay-out in OceanWP theme
- Is it possible to echo a woocommerce prouct attribute discription?
- the_content() not displaying description correctly
- Meta Key array building with multiple input values from fields
- Woocommerce REST API for my account & checkout process
- Edit Product Archive design for Woo theme
- How to show Custom Field Value in Woocommerce Shop Page
- Unable to delete option
- how to edit woocommerce checkout page
- WooCommerce – edit templates
- I want to change the author name
- Make a custom field in admin post.php read only
- Woocommerce Theme Reviews / Comments
- Data not saved WordPress Custom Admin Page
- How to add custom field option with menu?
- Add custom field to existing meta box?
- php file child theme directory not overriding parent theme php file [duplicate]
- Pagination adds product to cart Woo-Commerce
- How to change order of elements using a child theme
- Add Field To All Pages
- How to install Woocommerce without plugin?
- How can i move my product name & price from below thumbnail to be the rollover content in Avada & Woocommerce?
- Cart button not working on mobile version [closed]
- Add text when displying attribute with a hook on single product page
- Strict Standards Error bootstrap navwalker
- How to hide and content from auto-generated excerpts?
- Understanding WordPress(framework?) Web Development
- Updating a live theme safely?
- How do I remove inline style in featured image markup?
- Why is my CSS not loading?
- How to add sidebar to Isola theme? [closed]
- How to add testimonials with an image?
- How to setup sidebar modules to use jQuery Accordian
- Theme functions don’t work as expected in partial included via get_template_part() after custom query using Ajax [duplicate]
- Header links also appearing in the footer
- Extending arrays in parent theme without completely overriding the files
- Toolbox theme using printif statement – help needed understanding code block