• Resolved deonteramos

    (@deonteramos)


    I recently reached out for support regarding Paid Member Subscriptions because there were bullet points beside each of the fields on the forms. Now, I am having this problem with Profile Builder. I have both plugins but prefer using Profile Builder for edit profile because of the added features but I don’t like the design of the bullet points.

    I have been using the code from the previous topic but I guess it does not apply to Profile Builder. Any help would be appreciated 🙂

    There is no link that I can share because you would have to be registered in order to see but if you refer back to my previous question with Paid Member Subscriptions, you will most likely understand.

    Thank you

    • This topic was modified 5 years, 11 months ago by deonteramos.
Viewing 9 replies - 1 through 9 (of 9 total)
  • 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 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Bullet Points on Form Again’ is closed to new replies.