/* Theme Name: Hestia Pro Child Theme URI: https://www.themeisle.com/ Description: This is a custom child theme I have created. Author: ThemeIsle URI: https://www.themeisle.com/ Template: hestia-pro Version: 0.1 */ /* Headeriin kuva videon tilalle mobiilissa */ @media (max-width: 899px) { .home .header-filter { background-image: url('https://businessheinola.fi/wp-content/uploads/2019/10/alen_silta2.jpg'); } } /* Sisällöistä meta-tietojen piiloittaminen */ .entry-meta .byline, .entry-meta .cat-links { display: none; } .entry-meta .posted-on { display: none; } .blog-post .section-text .author.meta-in-content {display:none;} .blog-post .section-blog-info .entry-categories, .blog-post .section-blog-info .entry-tags { display: none; } .card .category:not([class*="text-"]), .card-no-width .category:not([class*="text-"]) { display: none; } /* Navigaation värin yhtenäistäminen valkoiseksi */ body:not(.home) .navbar-default .navbar-nav > .active:not(.btn) > a {color: white; } /* Tekstiin varjon lisääminen kuvakaruselleissa */ #carousel-hestia-generic { text-shadow: 4px 4px rgba(0,0,0,0.5); } /* Otsikon piilottaminen kuvan päältä sisältösivuilla */ .page-header.header-small .container .hestia-title, .page-header.header-small .container .title { display: none; }