fa-asterisk in dropdown, click problem

Ask the community for help and support.
Post Reply
PiLLaO
Posts: 12
Joined: Thu Nov 05, 2020 9:28 pm
Has thanked: 14 times
Been thanked: 1 time

fa-asterisk in dropdown, click problem

Post by PiLLaO »

Hi!,

I have recently observed that the asterisk inside a dropdown (for example in product_info options), if you click at the asterik, dropdown don't open to show the options.

Anybody have idea how to solve this?

Thanks in advance
heatherbell
VIP Member
VIP Member
Posts: 1996
Joined: Mon Oct 07, 2019 4:39 am
Has thanked: 26 times
Been thanked: 175 times

Re: fa-asterisk in dropdown, click problem

Post by heatherbell »

PiLLaO wrote: Thu Oct 28, 2021 9:00 am Anybody have idea how to solve this?
Personally, in this case, I think the asterisk is superfluous and serves no meaningful purpose so I use user.css to hide it with

Code: Select all

/* hide asterisk in product attributes */
.pi-options-attributes .form-control-feedback .fa-asterisk::before {
    content: '' !important;
}
Post Reply