Dynamic Sidebar formatting
-
I have the dynamic sidebar installed like this:
<div id=”sidebar”>
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>and therefore do not have a dynamic sidebar file to edit the look of it. How would i be able to put this tiny bit of css code:
list-style-type: none;
into the correct css file to make the default list icon as a round disc to nothing at all?
Such a simple thing, but so difficult to achieve!
Thanks for your help
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Dynamic Sidebar formatting’ is closed to new replies.