diff --git a/pcf-wp/functions.php b/pcf-wp/functions.php index a085077..9dec819 100644 --- a/pcf-wp/functions.php +++ b/pcf-wp/functions.php @@ -35,7 +35,7 @@ function boiler_widgets_init() { ]); register_sidebar([ - 'name' => esc_html__( 'Sidebar Header', 'boiler' ), + 'name' => esc_html__( 'Menu Principal', 'boiler' ), 'id' => 'dyn-side-header', 'description' => esc_html__( 'Add widgets for header sidebar', 'boiler' ), 'before_widget' => '
', @@ -44,6 +44,14 @@ function boiler_widgets_init() { 'after_title' => '', ]); + register_sidebar([ + 'name' => esc_html__( 'Logo Entête', 'boiler' ), + 'id' => 'dyn-head-logo', + 'description' => esc_html__( 'Add widgets for header sidebar', 'boiler' ), + 'before_widget' => '', + ]); + register_sidebar([ 'name' => esc_html__( 'Sidebar Footer', 'boiler' ), 'id' => 'dyn-side-footer', diff --git a/pcf-wp/header.php b/pcf-wp/header.php index e72940f..c25d229 100644 --- a/pcf-wp/header.php +++ b/pcf-wp/header.php @@ -10,13 +10,11 @@ >
-
-

- -

+
-

+ +
diff --git a/pcf-wp/static/css/boilerplate.css b/pcf-wp/static/css/boilerplate.css index 190d46c..303be2d 100644 --- a/pcf-wp/static/css/boilerplate.css +++ b/pcf-wp/static/css/boilerplate.css @@ -1,22 +1,3 @@ -@font-face { - font-family: IrishU; - src: url("https://cdn.indignation.info/fonts/IrishUncial.ttf"); - font-weight: 600; -} - -@font-face { - font-family: Axis; - src: url("https://cdn.indignation.info/fonts/Axis.otf"); - font-weight: 600; -} - -@font-face { - font-family: Vollkorn; - src: url("https://cdn.indignation.info/fonts/Vollkorn/Vollkorn-Regular.woff"); - font-style: normal; - font-weight: 400; -} - @font-face { font-family: AvNext; src: url("https://file.brz9.dev/cdn/fonts/serv/AvenirNext/AvenirNext-Regular.woff2"); @@ -414,3 +395,19 @@ footer#main-footer .widget{ img.jc-logo { width: 195px; } + + +li.current-menu-item { + text-decoration: underline; + text-decoration-color: white; + text-underline-offset: 10px; /* adjust as needed */ + text-decoration-thickness: 7px; /* adjust as needed */ +} + +ul#menu-head li { + display: inline-block; +} + +ul#menu-head { + text-align: right; +} \ No newline at end of file diff --git a/pcf-wp/template-parts/pub-info.php b/pcf-wp/template-parts/pub-info.php index 74700d3..443151a 100644 --- a/pcf-wp/template-parts/pub-info.php +++ b/pcf-wp/template-parts/pub-info.php @@ -3,5 +3,5 @@ $post_date = get_the_date( 'j F o' ); $author = get_the_author(); ?> -

Publié le par

+

Publié le par