Jump to content

Short and Long Description Bullet Points


Recommended Posts

  • 1 year later...

I want to show bullet points in long description but there are these rules in global.css

ul, ol {
    padding: 0;
    list-style: none;
}
.list-unstyled, .list-inline, .pricing-table ul, .pricing-table ol, ul, ol {
    padding-left: 0;
    list-style: none;

Do I have to remove "list-style: none;" from both rules or do I have to create a new rule?

 My idea was to set

.rte ul {
    list-style: disc;
}

Would this affect any other objects ?

Edited by pietruzzo (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...