Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251162

    rmitartonline
    Participant

    Hi, searching and I found an answer to this question;

    change CSS to include:

    li {
    list-style: none !important;
    }

    Which totally worked in removing the bullets from icons (why this is not an option seems strange), but it also removed bullets from everything, and I don’t want Icons with bullets, but I do want to be able to use bullets.

    Thanks.

    #1251191

    Rupok
    Member

    Hi there,

    The above code will remove the bullets from all list items. If you are trying to remove the bullets from specific lists, point us that with your URL.

    Cheers!

    #1252350

    rmitartonline
    Participant

    Sure.

    http://rmitartonline.wpengine.com/?sfwd-topic=course-structure-outline

    Any of the weeks will show you what I mean. I don’t want the bullet on the icons, and only the icons, I would like to use bullets elsewhere on the site… thanks.

    #1252757

    Rupok
    Member

    Hi there,

    Are you referring these? – http://prntscr.com/d5snli

    They are not actually bullet rather custom image used as bullet by the learndash plugin. In that case you can add this under Custom > CSS in the Customizer.

    .learndash_navigation_lesson_topics_list .topic-notcompleted span {
      background-image: none;
      padding-left: 0;
    }

    Cheers!

    #1261559

    rmitartonline
    Participant

    Actually, thanks for being so thorough, but that is not what I am referring to.

    On site – https://artschoolportal.com/lesson/course-structure-outline/

    See attached image for example. The page has a list of weeks (represented as accordians) and in each accordian there are lists, and you can see the icons there (sans bullets) but also the absence of any bullets. What I want are no bullets on the icons, but bullets elsewhere in the list, and everywhere else on the site.

    So – basically some code to remove bullets from X-theme inserted icons only, and not to remove them from anywhere else.

    Thanks

    #1261962

    Nico
    Moderator

    Hi There,

    Upon checking your setup, could not see any bullets to the list.

    Would you mind checking it. Let us know how it goes.

    Thanks.

    #1263088

    rmitartonline
    Participant

    I checked (again), see attached, 1 screen shot is of the live site and one is of the WP coding. You can clearly see the lack of bullets on the live site and the bullets on the code….. there are no bullets on the list because the CCS code I added is to remove bullets…. because i didn’t want bullets on the icons….
    Thanks.

    #1263361

    Christopher
    Moderator

    Hi there,

    Please add this code :

    .x-accordion-inner li {
        list-style: none !important;
    }

    If you need further assist, please provide us with screen shot to show us where exactly you want to remove bullets.

    Thanks.

    #1271692

    rmitartonline
    Participant

    ok so now we are just going around in circles. Let me try to be as clear as possible;

    I want bullets everywhere on my site. They are of course great for making lists. I would use them here if I could!
    I DO NOT want bullets on icons that I insert as shortcode. I don’t understand why themeX even does this…..?
    The accordion has nothing to do with it, that just happens to be how I am using them on the page we have been talking about.

    As you can see from the attached screenshot, the lists with icons are a mess…

    I want some code that removes bullets from shortcode inserted icons, but not from the entire site.

    Thanks.

    #1271861

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Please keep in mind that by default, the ordered lists has a bullet. The html structure would look like this:

    <ul>
        <li>list item 1</li>
        <li>list item 2</li>
        <li>list item 3</li>
        <li>list item 4</li>
    </ul>

    I want to check out how you have structured your content. Would you mind providing us the url of your site with login credentials so we can take a closer look at your content?

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.