![]() |
Link Dots
Hi
try as i may i can't find the css to remove the link DOTS in the side menu, i know its somewhere simple and right in front of me but damn i just can't find it. So can anyone point me in the right direction? the ones that look like this . Adopt New Pets . Acquire Pounded Pets . Manage Adoptables . Go to My Account . Messages . Change Themes . Logout . Admin Control Panel sorry it was the only way i could describe it :) |
ok i meant bullet points
usually its something like 'list-style-type: disc;' its not in my template so i can only assume its dragging the format from some other place but i have no idea where |
ul, menu, dir {
display: block; list-style-type: disc; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 40px; I found this in inspect element..... but i can't find the code in the actual script to change it. Hope it makes things clearer |
Isn't that the default style for unordered lists? Maybe if you add the list style to none it will negate the affect
|
i tired adding a list styles, but in doing so it altered other things that haven't been made independent of 'li' or 'menu' so it kinds spoils the over all effect. I guess i could make an entirely new template but i was kinda hoping for a easy ride
|
Those links are all inside the sidebar class, making it .sidebar ul{} will only affect ul inside that sidebar
|
Thanks! it worked looks much better now
|
All times are GMT -5. The time now is 05:40 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.