Page 1 of 1

fa-asterisk in dropdown, click problem

Posted: Thu Oct 28, 2021 9:00 am
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

Re: fa-asterisk in dropdown, click problem

Posted: Thu Oct 28, 2021 9:17 am
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;
}