Hi Guys,I am currently making a theme, derived from the Vanilla 2.0 theme.
What I noticed is that when no article, block or component title is present it still takes the amount of space and padding. I would like to remove this with a jquery script like so:
$('#articletitle').empty().remove('#articletitleWrapper');
Here the 'articletitle' name is of course just an example.
Is it possible to add such jquery to the theme?