Getting rid of divider
Hey guys,
I still can't figure this out. I'm trying to get rid of the divider between the category and date posted.
(Sample attached).
Its in themeaction.php and i've gotten rid of it in:
<p class="meta dotted"><span class="user"><?php the_author_posts_link(); ?></span><span class="folderb"><?php the_category(', ') ?></span><span class="clock"><span><?php echo appthemes_date_posted( $post->post_date ); ?></span></span></p>
But somehow its not working... what am i missing?
Cheers
DIVIDER.png