I’m trying to get my head around the Hooks Element feature in GP. I usually create widget areas using the standard register_sidebar( array(
function, and then use the <div class="after-entry-widget">
to style the widget area using css e.g. background-color, padding etc.
So, if I wanted to create an after entry widget area in GP, what and where would I enter some code so that I can target this area with CSS?
Finally, is there an advantage to using the Hooks Element vs registering sidebars the old-fashioned way?
Thanks.