• Resolved Pete Hudson

    (@pete-hudson)


    Can you tell us how to get the different color backgrounds for the Masonry Grid testimonials?

    We have the colored backgrounds on one website, but when we use the same shortcode on a new site, we get the white backgrounds. Couldn’t find any custom css on the old site.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kerry

    (@bluenotes)

    Hi Pete,

    Please provide a link to both sites so I can see what you’re referring to.

    Thread Starter Pete Hudson

    (@pete-hudson)

    With color – http://simplewritingsystem.com/

    No color – http://9minutead.com/

    Thanks for taking a look.

    Pete

    Plugin Author Kerry

    (@bluenotes)

    Ah yes, I remember that one. The css is there in the source probably from a custom css area in the theme or css plugin.

    .bne-masonry .single-bne-testimonial:nth-child(4n+1) { background: #D8E3F5 !important; }
    .bne-masonry .single-bne-testimonial:nth-child(4n+2) { background: #FF9 !important; }
    .bne-masonry .single-bne-testimonial:nth-child(4n+3) { background: #CF9 !important; }
    .bne-masonry .single-bne-testimonial:nth-child(4n+4) { background: #FFF !important; }
    
    Thread Starter Pete Hudson

    (@pete-hudson)

    Perfect. We’ll keep track of it this time. Thanks again!

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

The topic ‘Color for Masonry Grid backgrouds’ is closed to new replies.