Title: Posts Order/Background/Colours
Last modified: August 21, 2016

---

# Posts Order/Background/Colours

 *  Resolved [carolinarin](https://wordpress.org/support/users/carolinarin/)
 * (@carolinarin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/posts-orderbackgroundcolours/)
 * Hi there,
 * I’m new with this but I managed to solve many of my initial questions thanks 
   to this forum. However, there’s still a few problems I can’t solve…
 * 1. Why are my blog posts in the home page not in chronological order?
    I checked
   the publishing dates and they are all fine, but for some reason on the main page
   they are all mixed up!
 * 2. How can I make the background transparent? ie. have the two “clouds” of posts
   and widget with a white/grey background, but the rest all together, which means
   both the columns on the sides AND the back of the first two.
    I changed the transparency
   on the top row, the one above the title, so is it possible to do the same below?(
   Sorry I know its not so clear but I hope you understand!)
 * 3. I managed to change the colours of the main menu, do you have any codes I 
   can easily add to the style.CSS to change also the rest of the colours, without
   going through the main CSS?
 * The site I need help with is this one: [http://caroldoestheworld.com](http://caroldoestheworld.com)
 * Thank you for your help in advance!

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

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-orderbackgroundcolours/#post-4318504)
 * 1. Your posts are not chronological because some of them are market “Sticky” 
   which bring them on front of the rest of your posts. You can remove that via 
   Post Edit Screen. Look for “Visibility” inside “Publish widget”
    2. To make posts
   and widgets without background add this to Theme Options – Other – Custom CSS
 *     ```
       .widget, article, .entry-meta-bar {
           background: transparent;
           box-shadow: none;
           -webkit-box-shadow: none;
       }
       ```
   
 * 3. Unfortunately, there is no such options for this theme at this point.
 *  Thread Starter [carolinarin](https://wordpress.org/support/users/carolinarin/)
 * (@carolinarin)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/posts-orderbackgroundcolours/#post-4318511)
 * Thats perfect, thank you so much for your help!

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

The topic ‘Posts Order/Background/Colours’ is closed to new replies.

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

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [colours](https://wordpress.org/support/topic-tag/colours/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 2 replies
 * 2 participants
 * Last reply from: [carolinarin](https://wordpress.org/support/users/carolinarin/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/posts-orderbackgroundcolours/#post-4318511)
 * Status: resolved