- WordPress 6.9.4 (es_ES) with Kadence theme - Homepage: Hero, La Asociación, Pilares, Beneficios, Eventos, Miembros, Hazte Miembro, Contacto - Brand identity: #13294b navy, #a12932 burgundy, #c69c48 gold - Fonts: Raleway (headings) + Source Sans 3 (body) + Lato (UI) - Plugins: Kadence Blocks, Polylang, Contact Form 7 - Custom CSS with full brand styling and responsive layout - HTTPS enforced via wp-config.php proxy detection
100 lines
2.4 KiB
CSS
100 lines
2.4 KiB
CSS
.primary-menu-container .customize-partial-edit-shortcut {
|
|
display: none;
|
|
}
|
|
|
|
.secondary-menu-container .customize-partial-edit-shortcut {
|
|
display: none;
|
|
}
|
|
|
|
.footer-menu-container .customize-partial-edit-shortcut {
|
|
display: none;
|
|
}
|
|
|
|
span.customize-partial-edit-shortcut.customize-partial-edit-shortcut-header_desktop_items {
|
|
display: none;
|
|
}
|
|
|
|
.site-branding .site-title .customize-partial-edit-shortcut, .site-branding .site-description .customize-partial-edit-shortcut {
|
|
display: none !important;
|
|
}
|
|
|
|
.menu-toggle-open .customize-partial-edit-shortcut {
|
|
display: none;
|
|
}
|
|
|
|
.mobile-menu-container .customize-partial-edit-shortcut {
|
|
display: none;
|
|
}
|
|
|
|
.site-header-focus-item {
|
|
outline: 2px solid transparent;
|
|
position: relative;
|
|
transition: all 0.3s;
|
|
box-shadow: 0 2px 1px rgba(46, 68, 83, 0);
|
|
}
|
|
.site-header-focus-item .customize-partial-edit-shortcut {
|
|
opacity: 0;
|
|
left: 0;
|
|
transition: all 0.3s;
|
|
}
|
|
.site-header-focus-item .customize-partial-edit-shortcut button {
|
|
border-radius: 0;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.site-header-focus-item:hover {
|
|
outline: 2px solid #0085ba !important;
|
|
box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
|
|
}
|
|
.site-header-focus-item:hover > * > .customize-partial-edit-shortcut {
|
|
opacity: 1;
|
|
}
|
|
|
|
.site-footer-focus-item {
|
|
outline: 2px solid transparent;
|
|
position: relative;
|
|
transition: all 0.3s;
|
|
box-shadow: 0 2px 1px rgba(46, 68, 83, 0);
|
|
}
|
|
.site-footer-focus-item .customize-partial-edit-shortcut {
|
|
opacity: 0;
|
|
left: 0;
|
|
transition: all 0.3s;
|
|
}
|
|
.site-footer-focus-item .customize-partial-edit-shortcut button {
|
|
border-radius: 0;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.site-footer-focus-item:hover {
|
|
outline: 2px solid #0085ba !important;
|
|
box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
|
|
}
|
|
.site-footer-focus-item:hover > * > .customize-partial-edit-shortcut {
|
|
opacity: 1;
|
|
}
|
|
.site-footer-focus-item:hover > * > *:first-child > .customize-partial-edit-shortcut {
|
|
opacity: 1;
|
|
}
|
|
|
|
.site-header-row-container-inner > .customize-partial-edit-shortcut button {
|
|
left: 0;
|
|
}
|
|
|
|
.site-footer-row-container-inner > .customize-partial-edit-shortcut button {
|
|
left: 0;
|
|
}
|
|
|
|
.site-header-row-layout-contained .site-header-row-container-inner > .customize-partial-edit-shortcut button {
|
|
left: calc(-30px - 1.5rem);
|
|
}
|
|
|
|
.site-footer-row-layout-contained .site-footer-row-container-inner > .customize-partial-edit-shortcut button {
|
|
left: calc(-30px - 1.5rem);
|
|
}
|
|
|
|
#kt-scroll-up .customize-partial-edit-shortcut {
|
|
display: none;
|
|
} |