VIAPP Custom CSS

/* VIAPP Header – Logo limpio sin texto */
.site-title,
.site-description,
.ast-site-identity .site-title,
.ast-site-identity .site-description,
.ast-header-site-tagline {
display: none !important;
}
.custom-logo-link img {
max-height: 52px !important;
height: 52px !important;
width: auto !important;
}

/* === OCULTAR TITULO DE PAGINA EN TODAS LAS PAGINAS === */
.entry-title,
.page-title,
.ast-page-title-wrap .entry-title,
.ast-page-header-wrap,
.ast-page-title-bar,
.ast-page-title-bar-wrap,
.page-header,
h1.page-title,
.page .page-title {
display: none !important;
}

/* === FOOTER === */
.ast-footer-copyright p { font-size: 0 !important; }
.ast-footer-copyright p::before {
content: ‘Todos los derechos © 2026 VIAPP | aplicaciones web – aplicaciones móvil’;
font-size: 14px !important;
display: block;
color: inherit;
}

Scroll al inicio