I am fairly c**p as css, i have bought a template and am redoing the pinbrook site, but i need abit of css assistance.
My css has overridden all <ul> <li> tags, i dont want to touch them as it will have a knock on effect but i do want to add into my css the ability to do a simple unordered list ie the one with simple bullets.
How do i code this in the css (i know it has to go at the bottom, and i know my code will look like this)
<ul jolist>
<li> first item</li>
<li>second item</li>
</ul>
TIA
My css has overridden all <ul> <li> tags, i dont want to touch them as it will have a knock on effect but i do want to add into my css the ability to do a simple unordered list ie the one with simple bullets.
How do i code this in the css (i know it has to go at the bottom, and i know my code will look like this)
<ul jolist>
<li> first item</li>
<li>second item</li>
</ul>
TIA
Comment