Hi,
how can I remove solely the bullit points on front of this Ajax tree:
http://miapple.me/downloads/
I do not want to remove the bullits on any other page or post.
Cheers,
Gee Are
Hey Gee Are!
How are you? I hope you’re doing well today.
You can add this on Quick CSS or custom.css:
#wpfb-filebrowser-2 ul.disc, #wpfb-filebrowser-2 .entry-content-wrapper ul {
list-style: none outside !important;
}
Regards,
Ismael
Hi Ismael,
thanks for the answer! I added it as recommended. However, it didn’t work. Have a look at http://miapple.me/downloads/.
Cheers,
Gee Are
Hi!
Please try this one:
.page-id-4719 ul.disc, .page-id-4719 .entry-content-wrapper ul {
list-style: none outside !important;
}
Cheers!
Ismael
Hi Ismael,
now it works! Thanks!
Cheers,
Gee Are