Hi there,
You may disable all bullets this way:
li { list-style: none; }
Best regards,
Gabriel
Hi,
I am having the same issue.
Where would we paste this?
Thank you for your time
Hi @learn2love
You may paste it in your theme’s style.css
With best regards,
Gabriel
That’s wonderful, thank you for letting me know!
Will this remove bullets across the entire site, however?
Hi @learn2love
Yes, indeed it should remove bullets across the entire site.
If you already know a little HTML, learning some CSS could go a long way, in an hour or so you could learn how to target specific HTML elements:
https://www.w3schools.com/cssref/css_selectors.asp
And if you don’t know HTML, you could learn the syntax in a few minutes — it’s really simple:
https://www.w3schools.com/html/html5_syntax.asp
With best regards,
Gabriel
Hi Gabriel,
That’s fantastic, thank you very much for sharing these resources with me. I will put in the time to learn them. I am already familiar with Python and R from school, so I’m sure the skills from these languages will carry over to HTML and CSS once I learn the syntax.
Very best wishes, and thank you again for sharing this with me,
Hi @learn2love
If you already know some real programming languages, then understanding HTML and CSS will truly be a piece of cake, they are not even real programming languages.
Nowadays HTML is basically just a particular type of XML, and CSS is just a list of selector-properties, selector-properties, and so on.
Best of wishes,
Gabriel
That’s fantastic!
Thank you very much for letting me know, it is greatly appreciated.
I’m really excited to delve into these languages then and learn how to apply them to the site. This may just be one of the biggest time vs benefit investment in the web-development world for us. I also found a free course on HTML, Java and CSS which I will look at in addition to the helpful web pages you shared: https://www.coursera.org/learn/html-css-javascript-for-web-developers
Maybe someone else will find this link and the others in our discussion helpful^
Thanks for encouraging us to learn!
Best wishes
All right then, glad to have helped! Cheers 🙂