PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

How to change drop down box color?

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello and good evening,

 

well, i know, this surely is basic and probably a silly question but I´ve done a lot of research before writing here. As a beginner with WP, Woocommerce and woof it's not that easy to find every hint. I found no info in the docu.

I simply bought an hour ago the premium version 2.2.3. and installed it on the latest WP.

I don't know why but the drop down filter background color is grey, text is black, all is fine. But at mouse over color there appears a light grey or white field right behind the first drop down. If I click to choose i.ex. car brand...the list opens and filter box is light grey with white text, almost unreadable.

What´s the reason and/or how do I change the text in simple black or the drop down list in a darker grey.

Many thanks in advance.

Best regards and stay healthy

Vince

Hello Vince

It looks like CSS conflict is the current theme.

Please  drop me  exact  link  to  the  issue

Hello Pablo,

many thanks for your reply. I put the link into private data. Do you have access to it?

 

saluti

Vince

Hello Vince

.chosen-single{

color:black;

}

.chosen-container-single .chosen-drop {

color:black;

}

That worked. The selected brand i.ex. Audi was black. The brand list also was black.

What remains is the mouse over. At mouse over the expanded drop down menu retains the behavior described.

Btw. my fault, it´s not twenty nineteen but twenty 17 theme, sorry. Will this be a workaround and I should upgrade to 2020 theme? I actually wanted to stay at 2017. I forgot one thing. I couldn´t find the option to lock choosing one of the 3 other drop-downs, unless the first 3 are set. This is the way like in MakeModelYear plugin which i also bought. I want to prevent people seeing a hundred engines of all brands. So my expectation is, I must choose each drop down step by step and cannot directly choose engine (step-by-step option is activated in options).

 

Regards

Vince

Ok, I could solve the step by step issue (show chain always function, at least I guess and it works).

But somehow, at mouse over I can´t get rid of that white overlaying or"underlaying" rectangle.

 

Hello

Add CSS:

.woof_container_inner .woof_block_html_items a.chosen-single{

color: black;

}