Advertisement
faisalahammad

Add class to Ninja Forms Row

Feb 19th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery(document).ready(function($) {
  2.   $('.section-title').parents('.nf-row').addClass('row-title');
  3.   $('.section-title').css({"color": "red", "border": "2px solid red"});
  4. });
Tags: js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement