Using different header images for different devices
I’ll debug the source code after for detail anwser but I guest you can try this CSS solution: @media screen and (max-width: 375px) { css selector { background-image: url(“header-mobile.jpg”); } }
I’ll debug the source code after for detail anwser but I guest you can try this CSS solution: @media screen and (max-width: 375px) { css selector { background-image: url(“header-mobile.jpg”); } }
Remove top bar header
Modifying server’s response to API endpoint
You have to add more links in your header menu like: <div class=”menu”> <a class=”btn”>Kategorien <span class=”icon icon-angle-down”></span></a> <ul class=”actions”><!–THIS IS YOUR CATEGORIES SUBMENU–> <li class=”cat-item cat-item-17″> <a href=”https://duvacon.de/category/action/” data-hasqtip=”13″ oldtitle=”Action” title=”” aria-describedby=”qtip-13″>Action</a> </li> </ul> <!– NEW ITEMS –> <a href=”%LINKTOCONTACT%” class=”btn”>Contact</a> <a href=”%LINKTOCHAT%” class=”btn”>Chat</a> </div> I don’t know if you are adding in the … Read more
It’s good practice to use: the proper WordPress way of wp_enqueue_scripts to add your scripts and styles; the wp_head hook to add more code into your head section. Read more. Either you can use and place into your functions.php. Let me know if it’s what you were looking for.
Header Navmenu glitching in Chrome (but not other browsers)
Top header to edit page not present in one page
Here are a few stategies you might try depending on your situation. You could create a theme with a custom header and apply that theme to all three sites. If you needed each site to have its own theme, you could also create a minimal parent theme with basically just the header and make three … Read more
Add a class to the block Then you can use css to set width for that block like so: .your-block-class { width: 70%; } Add the above css code to your themes custom CSS field or the style.css file in appearance>theme editor. Make sure your using a child theme if you do the later. And … Read more
Twenty seventeen header is not responsive