Title: Blog Posts Section
Last modified: August 30, 2016

---

# Blog Posts Section

 *  Resolved [daferry12](https://wordpress.org/support/users/daferry12/)
 * (@daferry12)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-section/)
 * I am trying to edit the Blog posts section on my site. I am trying to make everything
   black that is currently the light blue color. How can I change the blog posts
   section to make the icons and links become black.
 * Also, how can I make the blog posts not have the common theme of blue but rather
   of the black.
 * Thanks!

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

 *  Thread Starter [daferry12](https://wordpress.org/support/users/daferry12/)
 * (@daferry12)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-section/#post-6845209)
 * Here is a link to my page:
    [Link](http://www.legacy-archives.com)
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-section/#post-6845340)
 * Hi,
 * Please use below CSS
 *     ```
       .enigma_blog_thumb_wrapper_showcase_icons  a {
         background-color: #000 !important;
       }
       .enigma_blog_thumb_date li i {
         color: #000 !important;
       }
       ```
   
 * Thanks.
 *  Thread Starter [daferry12](https://wordpress.org/support/users/daferry12/)
 * (@daferry12)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-section/#post-6845348)
 * Thank you for your response that worked perfectly.
 * Now my question is once somebody clicks on the read more section it sends them
   to the blog post which has the light blue theme throughout. How can I change 
   the color scheme on that?
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-section/#post-6845404)
 * Hi,
 * You have to changes CSS for each element.
 * Or it you want to change whole theme’s color scheme.
 * Please install **Inferno Theme**. Its Enigma’s child theme.
 * Delete header.php and footer.php from Inferno theme directory.
 * Now open wl-orange.css in any text editor and replace **#c33939** with your COLOR-
   CODE.
 * Let us know for further assistance.
 * Thanks.

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

The topic ‘Blog Posts Section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/enigma/7.73/screenshot.png)
 * Enigma
 * [Support Threads](https://wordpress.org/support/theme/enigma/)
 * [Active Topics](https://wordpress.org/support/theme/enigma/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/enigma/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/enigma/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-section/#post-6845404)
 * Status: resolved