How to add small yellow circle to active and hover navigation bar
-
I want to add a yellow dot using css to my navigation bar. basically when you hover a little yellow dot appears to the left of the active link.
.circle:before {
width: 20px;
height: 20px;
border-radius: 12px;
border: 1.5px solid #000;
color: white;
line-height: 20px;
text-align: center;
background: #FFFF00;https://lawthatworks.com/site/services/
Sobe Theme
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘How to add small yellow circle to active and hover navigation bar’ is closed to new replies.