Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit 0d6fb4a

Browse files
author
highlabs
committed
Cores da sidebar
1 parent 85a28a3 commit 0d6fb4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function add_slug_to_body_class($classes)
191191
'name' => __('Widget Area 1', 'html5blank'),
192192
'description' => __('Description for this widget-area...', 'html5blank'),
193193
'id' => 'widget-area-1',
194-
'before_widget' => '<div id="%1$s" class="%2$s bck dark padding color white margin-bottom">',
194+
'before_widget' => '<div id="%1$s" class="%2$s bck padding light margin-bottom">',
195195
'after_widget' => '</div>',
196196
'before_title' => '<h5 class="text normal margin-bottom">',
197197
'after_title' => '</h5>'
@@ -202,7 +202,7 @@ function add_slug_to_body_class($classes)
202202
'name' => __('Widget Area 2', 'html5blank'),
203203
'description' => __('Description for this widget-area...', 'html5blank'),
204204
'id' => 'widget-area-2',
205-
'before_widget' => '<div id="%1$s" class="%2$s bck dark padding color white margin-bottom">',
205+
'before_widget' => '<div id="%1$s" class="%2$s bck padding light margin-bottom">',
206206
'after_widget' => '</div>',
207207
'before_title' => '<h5 class="text normal">',
208208
'after_title' => '</h5>'

0 commit comments

Comments
 (0)