Title: Bugs in dropdown.
Last modified: October 21, 2020

---

# Bugs in dropdown.

 *  [minhalmanjee](https://wordpress.org/support/users/minhalmanjee/)
 * (@minhalmanjee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/bugs-in-dropdown/)
 * kindly go to the **shop** page.
    ([https://theblackmarlin.com.pk/shop/](https://theblackmarlin.com.pk/shop/))
   Items under sort by dropdown, right beside the list view option and below the
   magnifying glass icon, does not appear unless hovered.
 * Select any single product ([https://theblackmarlin.com.pk/product/ear-loop-mount-3-ply-disposable-face-mask/](https://theblackmarlin.com.pk/product/ear-loop-mount-3-ply-disposable-face-mask/))
   and scroll down to description. Select reviews beside it. Under Your Rating heading,
   stars have a default colour of black which is same as the theme background, hence
   user would not know where to rate unless he hovers the stars and they would appear
   in yellow. I want to change this colour to either white or grey so it becomes
   visible.
 * Please add any product to cart and proceed to checkout page to check for the 
   following bugs.
    1. Choice under State/County dropdown, under billing details,
   is not appearing unless it is hovered. 2. Payment method while selection changes
   its background to same of text colour(white) therefore the text is not readable
   for the user.
    -  This topic was modified 5 years, 6 months ago by [minhalmanjee](https://wordpress.org/support/users/minhalmanjee/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbugs-in-dropdown%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/bugs-in-dropdown/#post-13567055)
 * Hello,
 * That are not bugs, That is the issue because of the color setting that you have.
 * 1. try to add the below CSS code from the Appearance > Customize > Custom CSS,
   and check.
 *     ```
       select.orderby.hasCustomSelect {
           color: #000;
       }
       ```
   
 * 2. for the stars:
 *     ```
       .comment-form-rating .stars>span>a:before {
           opacity: 1;
           color: white;
       }
       ```
   
 * these 2 issues, shared solution in the previous post: [https://wordpress.org/support/topic/bugs-on-checkout-page/](https://wordpress.org/support/topic/bugs-on-checkout-page/)
 *  Thread Starter [minhalmanjee](https://wordpress.org/support/users/minhalmanjee/)
 * (@minhalmanjee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/bugs-in-dropdown/#post-13577880)
 * [@abhikr781](https://wordpress.org/support/users/abhikr781/)
 * Thankyou soo much for your help.
    Kindly note that the following code is not 
   working; select.orderby.hasCustomSelect { color: #000; }
 * however, the code for stars is working pretty well.
 * Following is the issue for which I need your help:
    kindly go to the shop page.(
   [https://theblackmarlin.com.pk/shop/](https://theblackmarlin.com.pk/shop/)) Items
   under sort by dropdown, right beside the list view option and below the magnifying
   glass icon, does not appear unless hovered.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bugs in dropdown.’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

## Tags

 * [bugs](https://wordpress.org/support/topic-tag/bugs/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)

 * 2 replies
 * 2 participants
 * Last reply from: [minhalmanjee](https://wordpress.org/support/users/minhalmanjee/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/bugs-in-dropdown/#post-13577880)
 * Status: not resolved