• InternetMentor

    (@internetmentor)


    Worked out the box and allowed easy custom template development for Emails out of Ninja Forms.
    It created a default template inside my theme and allowed to add CSS to do ODD and EVEN table formatting, I added this quickly and worked straight away.

        tr:nth-child(even) {
        	background: #CCC;
        	}
        tr:nth-child(odd) {
        	background: #FFF;
        	}
        tr:nth-of-type(2n){
      	background: #CCC;
    	}
    
        tr:nth-of-type(2n+1){
      	background: #FFF;
            }
  • The topic ‘Easy, Fast, Immediate results – perfect company to Ninja Forms’ is closed to new replies.