Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #234334

    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

    #234667

    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

    #234681

    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

    #234700

    Hi!

    Please try this one:

    .page-id-4719 ul.disc, .page-id-4719 .entry-content-wrapper ul {
    list-style: none outside !important;
    }

    Cheers!
    Ismael

    #234883

    Hi Ismael,

    now it works! Thanks!

    Cheers,
    Gee Are

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove bullits in front of Ajax tree’ is closed to new replies.