Never mind, I figured out my own solution. I put everything in a div called “listaobras” and put the following code into my stylesheet:
.listaobras li {visibility:hidden;}
.listaobras li ul {visibility:hidden;}
.listaobras li ul li {visibility:hidden;}
.listaobras li ul li ul {visibility:visible;}
.listaobras li ul li ul li {visibility:visible;}
I hope this will help someone else!
THANK YOU! I spent hours looking for a solution, this works perfectly.
Thank you for your reply. There are already three databases that were created by previous designers, which I can manage in phpMyAdmin. What I need is to create a NEW database, I need to find the URL of MySQL.