fa-asterisk in dropdown, click problem

Open to all! Ask other shopowners for help.
Post Reply
PiLLaO
Contributor
Posts: 107
Joined: Thu Nov 05, 2020 9:28 pm
Phoenix Version: v1.1.0.6
Has thanked: 53 times
Been thanked: 11 times

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


Join The Code Co-op to get access to your library in the Code Co-op Forum
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 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;
}


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply