From 461e40c45fe3a5b40b96afd010ecc34e5dece93e Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 4 Aug 2021 22:20:49 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1ade=20estilos=20a=20los=20bloques=20de?= =?UTF-8?q?=20la=20p=C3=A1gina=20de=20inicio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit De la fila de widgets con contenidos del sitio, tres requieren un enlace a su correspondiente página principal. Se sustituye el título de estos bloques por botones de ancho completo que imitarán el aspecto del título usando estos estilos. --- www/wp-content/themes/enfold-cille/style.css | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index 0e16802..0abfdd0 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -150,6 +150,36 @@ ul > li > br { padding-top: 1em; } +.blocks-title { + margin-bottom: 14px; +} +.blocks-title a.avia-button { + border-radius: 0; + padding: 0 5px !important; + text-align: left; +} +.blocks-title a span.avia_iconbox_title { + display: block; + padding: 0 !important; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 18px; + letter-spacing: 1px; + line-height: 33px; +} +.blocks-title a span.avia_iconbox_title:after { + content: "\2197"; + font-size: 1em; + line-height: 0; + position: relative; + vertical-align: super; +} +.blocks-title a span.avia_button_background { + height: 33px; + padding: 0 !important; +} + #keep-calm h2 { font-weight: 500 !important; line-height: 1.3em !important;