prunksoldat
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Theme Header also a Footer!!!I have the same problem. Any solution?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Slider as header image – How??Hello avocado,,
I installed the slider with the default slider number 1 and put in this code into: header-image.php.
When I do this, the result is a blank browser 🙁<?php
/**
* Displays header media
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
* @version 1.0
*/?>
<div class=”custom-header”><div class=”custom-header-media”>
<?php if ( twentyseventeen_is_frontpage()) {
echo do_shortcode(“[R-slider id=’1′]”);
}
else the_custom_header_markup(); ?>
</div><?php get_template_part( ‘template-parts/header/site’, ‘branding’ ); ?>
</div><!– .custom-header –>
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change font size of sub-menuthis is it. it works. thx a lot.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change font size of sub-menu.navigation-top {
background: #fff;
border-bottom: 2px solid #eee;
border-top: 2px solid #eee;
font-size: 5px;
font-size: 1rem;
position: relative;
}
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change font size of sub-menuunfortunately a changing there has no effect
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to change font size of sub-menuthe font size of the submenus of “Selbständigkeit” is much larger (especially on iPhone) than the main Menu.