diff --git a/src/assets/scss/_list-post.scss b/src/assets/scss/_list-post.scss index 27f8467..d23d641 100644 --- a/src/assets/scss/_list-post.scss +++ b/src/assets/scss/_list-post.scss @@ -175,7 +175,7 @@ height: 170px; width: 170px; margin-right: 1rem; - > h4 { + > .title-initials { text-align: center; font-size: 3rem; } @@ -214,7 +214,7 @@ .image-placeholder { height: 250px; width: 250px; - > h4 { + > .title-initials { font-size: 3rem; } } diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 4b310be..30456b8 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -623,14 +623,18 @@ nav{ background-color: #cbcbcb; display: flex; margin: 0 auto; - > h4 { + > .title-initials { /* align-self: center; text-align: center; width: 100%; */ flex: auto; margin-top: auto; margin-bottom: auto; - color: #fff + color: #fff; + font-size: 1.5rem; + text-decoration: none; + cursor: text; + border-bottom: none; } } @@ -915,7 +919,7 @@ body.contraste .collection-header--share .btn .mdi.mdi-share-variant, body.contraste .collection-header--share .btn .mdi, body.contraste .t-bg-collection .t-collection--info .t-collection--info-title, body.contraste .t-bg-collection .t-collection--info .t-collection--col-9, -body.contraste .image-placeholder>h4, +body.contraste .image-placeholder>.title-initials, body.contraste .t-bg-collection .t-collection--info .t-collection--col-3, body.contraste .accessibility-shortcuts, body.contraste .accessibility-shortcuts li, diff --git a/src/template-parts/header-social-share.php b/src/template-parts/header-social-share.php index 3e9eaba..15cd4da 100644 --- a/src/template-parts/header-social-share.php +++ b/src/template-parts/header-social-share.php @@ -9,6 +9,7 @@
+ Facebook
@@ -18,6 +19,7 @@
+ Google Plus
@@ -27,6 +29,7 @@
+ Twitter
diff --git a/src/template-parts/headercollection.php b/src/template-parts/headercollection.php index 669d1b3..ce83cc4 100644 --- a/src/template-parts/headercollection.php +++ b/src/template-parts/headercollection.php @@ -29,77 +29,82 @@ if ( $background_color ) { echo ''; ?> -
class="page-header header-filter page-height" style="background-image: url('')"class="page-header header-filter page-collection" style="background-image: url('/assets/images/capa.png')"> -
-
- - - Image - -
-

- -

-
- - -
-
-
- -
-
-

- -

- - -
+
class="page-header header-filter page-height" style="background-image: url('')"class="page-header header-filter page-collection" style="background-image: url('/assets/images/capa.png')"> +
+
+ + + Image + +
+ - - +
- + + +
+
+
+ +
+
+

+ +

+ + +
+ + + +
+ +
+
-
-
+ \ No newline at end of file