Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 134877

Kdm5292 on "Bullets next to widget title"

$
0
0

I have recently switched my sidebar from the left to the right of my wordpress. when i did this i lost some color bars which were behind each widget title and there are now bullets next to the titles. how do i get rid of these bullets and get my color bars back?
here is my complete sidebar code.

<!-- begin sidebar -->
<div id="menu">

<ul>
<?php 	/* Widgetized sidebar, if you have the plugin installed. */
		if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
	<?php wp_list_pages('title_li=' . __('<h2>Pages:</h2>')); ?>
	<?php wp_list_bookmarks('title_after=&title_before='); ?>
	<?php wp_list_categories('title_li=' . __('<h2>Categories:</h2>')); ?>
 <li id="search">
   <label for="s"><h2><?php _e('Search:'); ?></h2></label>
   <div class="textwidget">
   <form id="searchform" method="get" action="<?php bloginfo('url'); ?>">
	<div>
		<input type="text" name="s" id="s" size="15" /><br />
		<input type="submit" value="<?php esc_attr_e('Search'); ?>" />
	</div>
	</form></div>
 </li>
 <li id="archives"><h2><?php _e('Archives:'); ?></h2>
	<div class="textwidget"><ul>
	 <?php wp_get_archives(array('type' => 'monthly')); ?>
	</ul></div>
 </li>
 <li id="meta"><h2><?php _e('Meta:'); ?></h2><div class="textwidget">
	<ul>
		<?php wp_register(); ?>
		<li><?php wp_loginout(); ?></li>
		<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
		<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
		<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
		<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
		<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
		<?php wp_meta(); ?>
	</ul></div>
 </li>
<?php endif; ?>

</ul>

</div>
<!-- end sidebar -->

here is a site link http://www.mainstreetmaconga.com


Viewing all articles
Browse latest Browse all 134877

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>