calendar shows unwanted icon for next
-
Hi
I am using wp 2.0.2 with the slimple 0.8 theme and have added a calendar using the following code:
BEGIN CODE
<!– Calendar –>
<div class=”icon”><img src=”<?php bloginfo(‘template_directory’); ?>/images/calendar.gif” alt=”Calendar” /></div><h2><?php _e(‘Calendar’); ?></h2>- <?php get_calendar(3); ?>
END CODE
I have checked the css and there is no wp-calendar code in there, however if you view the site (www.teejayuu.co.uk) you will see that there is a next icon there with no month. I have checked the css with Firefox WebDeveloper and it shows the following:
BEGIN CODE
html>body>div> #wrap>div #sidebar>ul>table #wp-calendar>tfoot>tr>td #next .pad
END CODE
I would like to add my own css but this seems to be part of the calendar function and it is spoiling the effect.With this scenario I have 2 questions:
1) How do I get rid of this icon?
2) The links have a double chevron for navigation – how do I change these?Thanks
TJ
- The topic ‘calendar shows unwanted icon for next’ is closed to new replies.