Css :after and :before are not applied
-
Hi,
Another day for another problem. It is maybe not a problem.
The properties :after and :before are not applied. When I inspect the code with Chrome developer tool, the styles not clearly were not applied on :after
An example of my CSS :
.itemShopLoop .product_type_simple:after, .itemShopLoop .product_type_variable:after, .itemShopLoop .product_type_grouped:after { font-family: "FontAwesome"; font-weight: normal; font-style: normal; text-decoration: inherit; speak: none; display: inline-block; text-align: right; line-height: 1; } .itemShopLoop .product_type_simple:after { content: "\f07a"; } .itemShopLoop .product_type_variable:after { content: "\f054"; } .itemShopLoop .product_type_grouped:after { content: "\f054"; }
Thank for your help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Css :after and :before are not applied’ is closed to new replies.