Title: Changing Blog Post List
Last modified: July 3, 2018

---

# Changing Blog Post List

 *  [ausmavsfan](https://wordpress.org/support/users/ausmavsfan/)
 * (@ausmavsfan)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/changing-blog-post-list/)
 * Hello,
 * I am wanting to make my blog post list on Agama Blue do the following:
 * Increase font size and add border around the title of each post preview
 * How can I make this happen?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/changing-blog-post-list/#post-10457476)
 * Hello,@ausmavsfan!
 * Try to insert following CSS code in Customizing->General->Additional CSS:
 *     ```
       .entry-title a{
       	font-size:18px;
       	border: 5px solid red;
       }
       ```
   
 * You can check [THIS](https://www.w3schools.com/css/css_border.asp) page for more
   options.
 * PS: Change the “border” attributes per your wish.
 * Regards

Viewing 1 replies (of 1 total)

The topic ‘Changing Blog Post List’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama-blue/1.1.5/screenshot.png)
 * Agama Blue
 * [Support Threads](https://wordpress.org/support/theme/agama-blue/)
 * [Active Topics](https://wordpress.org/support/theme/agama-blue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama-blue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama-blue/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [themevision](https://wordpress.org/support/users/themevision/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/changing-blog-post-list/#post-10457476)
 * Status: not resolved