Home › Forums › CSS › CSS Noob: Help with styling › Reply To: CSS Noob: Help with styling
April 21, 2019 at 8:53 am
#286659
Participant
Okay so for some reason your plugin is creating a new un-ordered list “ul” for each category – this is so wrong. The correct semantic html should be:
ul > li >a
So I’d suggest to change the plugin or edit its source code to output semtantic code.
I did however wrote the css needed to make the categories look like the screenshot.