Support » Theme: Travelify » Posts Order/Background/Colours

  • Resolved carolinarin

    (@carolinarin)


    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

    Thank you for your help in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Silkalns

    (@silkalns)

    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

    (@carolinarin)

    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.