Okay, so I was playing around with my coding and I came across a handy little code.
Remember when we used to have #horses {display: none} and #dogs {display:none} and it would close the drop-downs? This method does NOT work anymore. Here is an updated version to keep all drop-downs in the animal area closed!
FIRST: You will want to know your animal divider's ID #. You may do it differently, but this is how I find them easily. ( HOME > DIVIDERS ; RIGHT-CLICK > VIEW SOURCE) If you VIEW SOURCE on your Player Page, it's 500% harder because of the animal links inbetween each divider. Here, they're all neatly together.
Copy all of the ID #'s in the view-source page. (CTRL F > Search: "NAME > (optional)HIGHLIGHT-ALL)
Now, one last step. Want to keep the default Horses divider closed?
#noDividerH {display: none}
My Page Result:
Okay, so I was playing around with my coding and I came across a handy little code.
Remember when we used to have #horses {display: none} and #dogs {display:none} and it would close the drop-downs? This method does NOT work anymore. Here is an updated version to keep all drop-downs in the animal area closed!
FIRST: You will want to know your animal divider's ID #. You may do it differently, but this is how I find them easily. ( HOME > DIVIDERS ; RIGHT-CLICK > VIEW SOURCE) If you VIEW SOURCE on your Player Page, it's 500% harder because of the animal links inbetween each divider. Here, they're all neatly together.
Copy all of the ID #'s in the view-source page. (CTRL F > Search: "NAME > (optional)HIGHLIGHT-ALL)