Tagged: x
-
AuthorPosts
-
November 9, 2016 at 11:13 pm #1251162
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.
November 10, 2016 at 12:00 am #1251191Hi 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!
November 10, 2016 at 4:03 pm #1252350Sure.
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.
November 10, 2016 at 10:13 pm #1252757Hi 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!
November 17, 2016 at 3:10 pm #1261559Actually, 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
November 17, 2016 at 7:53 pm #1261962Hi 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.
November 18, 2016 at 6:27 pm #1263088I 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.November 19, 2016 at 12:27 am #1263361Hi 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.
November 26, 2016 at 5:02 pm #1271692ok 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.
November 26, 2016 at 9:37 pm #1271861Hello 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
-
AuthorPosts