sidebar: ecapsulate the widgets header
Fix sidebar header having Teko as their font instead of Open Sans
This commit is contained in:
parent
5745bf9042
commit
9e599f9311
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
register_sidebar(array(
|
||||
'before_widget' => '<section id="%1$s" class="widget %2$s card card-secondary">',
|
||||
'after_widget' => '</section>',
|
||||
'before_title' => '<h1 class="section card-header">',
|
||||
'after_title' => '</h1>',
|
||||
'before_title' => '<div class="section card-header"><h1>',
|
||||
'after_title' => '</h1></div>',
|
||||
));
|
||||
|
||||
/* 2. Niveau support (for featured posts) */
|
||||
|
|
Reference in a new issue