Also I would like to change some things of the site header, like the color, position, size,… Where should I go?
Thanks!
Hi, I found how to change the footer (header) but there are 2 lines and I want to change the line-height between both. How should I need to do? I’m working on the child-theme.
http://pastebin.com/K37JRstg
Hello Nuria,
could you please explain where you modify this code ?
Thanks in advance.
Mat
Hi Mat,
I just changed the bold words in the header.php:
‘nav-menu’, ‘container_id’ => ‘top-right-menu’, ‘fallback_cb’ => false)); ?>
</nav>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info”>
<?php printf(__(‘copy name‘)
);
?>
</div><!– .site-info –>
<div class=”copyright“>© 2016</div>
</footer><!– #colophon –>
</header><!– #masthead –>
<div id=”header-helper”></div>
<div id=”main” class=”site-main”>
Hope this help you
N
Thank you very much, Nuria, it worked perfectly.