How to add class in header section tag?
Hi, I am trying to add class in header section something like this
<section <?php layers_header_class('my_class'); ?>>
and its giving error, is that any other way?
I am thinking it should be work like this.
<section id="wrapper-content" <?php layers_wrapper_class( 'wrapper_content', 'wrapper-content' ); ?>>