Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Noob: Help with styling Reply To: CSS Noob: Help with styling

#286659
Dagny
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.

https://jsfiddle.net/zxd461t0/