I have set a CSS to highlight in yellow. I applied it to the following. It works fine:
I then applied it to a field on the next page (which is a collection), but it's not working:
Do I have to do something special because there's a page break or the item is in a collection? Right now, for the highlight, this is what I have:
$(document).ready(function(){ //Change background color for css = highlight $('.highlightYellow').css('background','#ffff99'); }); //close document.ready
I will also need to highlight one cell in a table too. Because right now, it only highlights the cell in the first row: