Site icon Catch Themes

ol {list-style-type: lower-latin;}

Hi, please can someone help? I would like to apply lower-case alphabet to the "ol" list tag. If I use the "ol" tag, I currently get: 1. Lorem Ipsum 2. Lorem Ipsum 3. Lorem Ipsom (Lorem Ipsum is arbitrary text.) I would like to change it to: a. Lorem Ipsum b. Lorem Ipsum c. Lorem Ipsum I have tried putting the following code in my CSS: ol.(class) { list-style-type: lower-latin; } I have also typed the following in the html:
  1. Lorem Ipsum
  2. Lorem Ipsum
  3. Lorem Ipsum
  4. /ol> Unfortunately, I ended up with the following on the web page: 1. Lorem Ipsum 2. Lorem Ipsum 3. Lorem Ipsum It seems like what I have entered in my CSS is being overridden by the original CSS, but I do not know what needs to be done to correct it. Please can someone help?
Exit mobile version