Can i change the little black squares to something else or even just the colour
That is editable on the last line, isn't it?
the <li> tag is the black square..so I suppose could that be replaced with an image or other character?
And would the font color be editable by changing the appearance of "SectionName"?
It's no different from the layouts, it is stored in the database along with them and uploaded as actinic.css when to do an upload. So, if you have edited it in you SiteHTML folder it will get overwritten the next time you upload, best to do it within Actinic.
That is editable on the last line, isn't it?
the <li> tag is the black square..so I suppose could that be replaced with an image or other character?
And would the font color be editable by changing the appearance of "SectionName"?
You see you know more than me, if you say the <li> tag is the black square then i believe you, i can not see how but i have got us to this now
Can i change the little black squares to something else or even just the colour
Yep. Change list-style-type:square to list-style-type:disc (for a filled circle) or list-style-type:circle (for an outline circle thingy, whatever that is called)
Colour can be changed by adding color:#333333; to the class (if it's not already there.
Comment