Welcome to xenforum

Xenforum is a community platform of creators sharing the posts they swear by.

Background Colors


  • See if each reply has an alternating background color?

     

    This makes forum easier to understand who replied.

    Here is a sample of this idea:

     


    Content or Ads here

  • It seems to be an even - odd color


  • You can do it by adding this code in the Custom CSS:

    .posts > .post:nth-child(2n+1) {
        background-color: rgba(217, 217, 217, 0.24);
    }

  • So Cool!  Thank you are talented!

    So I added a second set of that code like this to do the alternate posts:

    .posts > .post:nth-child(2n+2) {
        background-color: rgba(215, 215, 215, 0.44);
    }

     


Please login to reply this topic!