Forums

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

Home Forums CSS There has got to be an easier way Re: There has got to be an easier way

#49549
CrownOfMars
Member

Yeah sorry, not explaining myself correctly.

When a client logs in and posts some content with a list included, wordpress will punch it out as:


  • List Item #2

  • List Item #2

  • List Item #2

  • List Item #2

I want to change the style of these lists but they don’t have a specific class to style. So i have to use something like #content ul li in order to do so.

The problem is that i also want to place lists within my own template in the #content div with completely different styles. Unfortunately these styles inherit everything from the #content ul li style and i have to use !important tags to overwrite them all which is hell annoying.