keithwillenson
Forum Replies Created
-
Yup. I editted my response so future searchers can get that info, but you said it more clearly. Thanks again.
Do you know which version of css
!important
was introduced? I have not encountered it before. Mostly my css experience was concerning WordPress/Woocommerce. However, this is the first time I have explicitly usedul
in a product description.As you obviously know, but I did not, according to the docs,
!important
can only be overridden by another!important
. It can not be turned off. Also, using!important
can lead to confusing css so it should be avoided if possible.- This reply was modified 3 years, 5 months ago by keithwillenson.
- This reply was modified 3 years, 5 months ago by keithwillenson.
- This reply was modified 3 years, 5 months ago by keithwillenson.
- This reply was modified 3 years, 5 months ago by keithwillenson.
Thanks! That worked perfectly, although I used
.woocommerce-Tabs-panel--description ul li { display: list-item !important; }
Thanks very much. I tried that or something similar before posting this question. The custom css you suggested has now been added to my site. Further investigation shows that the theme twenty twenty-one 5.7.1:1 overrides list-item with
woocommerce-tabs ul li { display: inline-flex!important; }
- This reply was modified 3 years, 5 months ago by keithwillenson.
Forum: Fixing WordPress
In reply to: See changes only as adminSamuel, thank you very much. That solved the problem. I did not expect caching problems to come from the hosting provider.
Forum: Fixing WordPress
In reply to: See changes only as adminwebsite is dandeliondreamdolls.com