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