Triton Lite Post Background

  • Unknown's avatar

    We recently switched our blog over to the triton lite theme and are having some problems.

    I have changed the CSS code so that the home page and the single posts have a white background.
    Yet when I am looking at posts through the search function, by author, or by category the white background disappears. What code do I need to ensure this background stays?

    Any help would be greatly appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Also when seeing posts through the archive feature the background disappears!

  • Unknown's avatar

    Hi, add the following to get the white background on author, archive, category and search result pages.

    .lay1 > div {
        background: #FFFFFF;
    }
  • Unknown's avatar

    Awesome!
    One last question. The title at the top of the page, such as “category: sports” or “author archive” is a washed out grey color. Is there a way I can change the color of that text or give it a white background as well?
    Thanks!

  • Unknown's avatar

    Your site is looking great. I love the background image and your header image/logo.

    You can change the color of the archive/category titles with the following. I’ve done it in white, but you can use whatever color you want.

    .archive-title {
        color: #FFFFFF;
    }

    If you want to add a background color, add the following and edit the colors as desired.

    .archive-title {
        background-color: #FFC425;
        padding-bottom: 25px;
        line-height: 0;
        color: #203568;
    }
  • The topic ‘Triton Lite Post Background’ is closed to new replies.