CSS for ul/ol list-style-type not being read in 42 Wall theme
-
I’m trying to transfer pages from my website to a new install of WP, and I’m using the 42 Wall theme for its configurability. Mostly, I’m pleased with the result, but the default style.css had list-style-type for both ol and ul set to “none,” and I want some instead. Standard would be just ducky, but that doesn’t appear to be working as I try different things.
The new page is at https://blainn.com/abuse-blog/?page_id=10, while the old version is at https://blainn.com/abuse/ . The old version is behaving the way I’d prefer.
I’ve tried deleting the ul/ol listings from style.css, thinking that would restore default behavior. Nope.
I’ve tried creating new listings like this:
ol {list-style-type: decimal; margin: 1px; padding: 1px;}
ul {list-style-type: disc; margin: 1px; padding: 1px;}Nope.
I’ve tried putting the same code inside a <style></style> block in the page. Still nope.
I’m starting to think that there’s something getting in the way of these changes being reflected. I’ve looked over the styles embeded in the document, and just don’t see where the problem is. Any ideas?
- The topic ‘CSS for ul/ol list-style-type not being read in 42 Wall theme’ is closed to new replies.