Hi,
Thanks for replying. Are java queries like this able to be executed from inside additional.css? I added the code below, but don't see the equivalent result with avoiding the templateid check.
Code:
$(document).ready(function(){if (pageData['pagetemplateid']== '4');
$('#outer-wrapper').css(
'background-color', 'red');
});
On top of this, should multiple items be allowed in as below:
versus
Code:
.css{('x','y'),('z','a')}