Created
May 13, 2021 19:40
-
-
Save lambirou/ac04a0a4368377b32075430899e7134a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
li.menu-item-object-product_cat { | |
position: relative; | |
} | |
li.menu-item-object-product_cat:before { | |
position: absolute; | |
margin-top: 21px; | |
left: 5px; | |
content: ""; | |
width: 8px; | |
height: 8px; | |
border-radius: 50%; | |
background-color: red; | |
} | |
ul#menu-menu_2 li.menu-item-object-product_cat:nth-child(1):before { | |
background-color: yellow; | |
} | |
ul#menu-menu_2 li.menu-item-object-product_cat:nth-child(2):before { | |
background-color: yellow; | |
} | |
ul#menu-menu_2 li.menu-item-object-product_cat:nth-child(3):before { | |
background-color: yellow; | |
} | |
ul#menu-menu_2 li.menu-item-object-product_cat:nth-child(4):before { | |
background-color: yellow; | |
} | |
ul#menu-menu_2 li.menu-item-object-product_cat:nth-child(5):before { | |
background-color: yellow; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment