Title: [Plugin: Posts By Tag] Formatting CSS
Last modified: August 20, 2016

---

# [Plugin: Posts By Tag] Formatting CSS

 *  Resolved [hunter44](https://wordpress.org/support/users/hunter44/)
 * (@hunter44)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-posts-by-tag-formatting-css/)
 * I’m new to CSS and am having a terrible time trying to format the output from
   Posts by Tags. I’ve tried every syntax I can think of.
 * I’m using the shortcode and putting the CSS formatting in my child styles.css
   for the twentyeleven theme.
 * How do I simply remove the bullets and change the font to Helvetica?
 * [http://wordpress.org/extend/plugins/posts-by-tag/](http://wordpress.org/extend/plugins/posts-by-tag/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [hunter44](https://wordpress.org/support/users/hunter44/)
 * (@hunter44)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-posts-by-tag-formatting-css/#post-2941710)
 * Okay – I’ve been able to remove the bullets and change the margin.
 *     ```
       #content ul.posts-by-tag-list li {list-style-type:none;}
   
       ul.posts-by-tag-list li {margin: 0.8em;}
       ```
   
 * But I can’t change the font for the life of me. If anyone can give me a hint 
   on how to get the font to be Helvetica I’d be very grateful…
 *  Plugin Author [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * (@sudar)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-posts-by-tag-formatting-css/#post-2941880)
 * Just add your font style inside
 *     ```
       #content ul.posts-by-tag-list li {
   
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Posts By Tag] Formatting CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-by-tag.svg)
 * [Posts By Tag](https://wordpress.org/plugins/posts-by-tag/)
 * [Support Threads](https://wordpress.org/support/plugin/posts-by-tag/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-by-tag/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-by-tag/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-by-tag/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-posts-by-tag-formatting-css/#post-2941880)
 * Status: resolved