- Posts: 72
- Thank you received: 5
Currrency switcher color dropdown item
6 years 7 months ago #315612
by mlehr
Currrency switcher color dropdown item was created by mlehr
-- url of the page with the problem -- :
nieuw.megiq.com/shop/vector-network-analyzers/vna-0440
At the top of page nieuw.megiq.com/shop/vector-network-analyzers/vna-0440 you will see the currency switcher. I already changed the color of the euro to white. But how can I also change the color of the little dropdown to white?
See printscreen.
At the top of page nieuw.megiq.com/shop/vector-network-analyzers/vna-0440 you will see the currency switcher. I already changed the color of the euro to white. But how can I also change the color of the little dropdown to white?
See printscreen.
Please Log in or Create an account to join the conversation.
6 years 7 months ago #315620
by nicolas
Replied by nicolas on topic Currrency switcher color dropdown item
Hi,
It's possible with such CSS:
It's possible with such CSS:
Code:
.hikashop_currency_module .chzn-drop {
background-color: red !important;
}
Please Log in or Create an account to join the conversation.
6 years 7 months ago #315621
by mlehr
Replied by mlehr on topic Currrency switcher color dropdown item
I tried, but it does not work...Can you check again?
Please Log in or Create an account to join the conversation.
6 years 7 months ago #315623
by nicolas
Replied by nicolas on topic Currrency switcher color dropdown item
Hi,
I don't see the CSS I gave you on your page. And I tested it on your page before giving it to you with the inspector tool on my browser so I'm positive it will work.
I can only think that you didn't add it properly on your website.
I don't see the CSS I gave you on your page. And I tested it on your page before giving it to you with the inspector tool on my browser so I'm positive it will work.
I can only think that you didn't add it properly on your website.
Please Log in or Create an account to join the conversation.
Time to create page: 0.181 seconds