Hi There,
Have a look at this post here: https://forum.tagdiv.com/topic/how-can-i-change-the-color-of-moblie-main-menu/
REgards
FP
Thank you for your help :).
That is great Alin, thank you very much 🙂
There is only a slight issue now, this sort of breaks my menu on the mobile view, the image covers my top-bar as it does on Desktop but the menu itself now shows transparent but with no background image. Is this an easy fix Alin?
Many Thanks
FP
Hi Emil,
Thanks for your reply but i’m afraid that none of them worked 🙁
I have put both in the style.css of my child team as shown below but it still looks the same. Also i’ve noticed that on your screengrab http://screencast.com/t/2W93kIfgMAxm it appears that your image is in the background of the Add area and not of the menu itself, your menu (where your little 6 logo is) is still black, that is where i want my background image to go please 🙂
Here’s my site: http://fuzzy-yellow.com/
/*
Theme Name: Newspaper 6 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 6.0c
*/
/* —————————————————————————-
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/
/* Change Menu Background Image*/
.td-header-style-4 .td-header-header {
background: white url(‘http://imgscenter.com/images/2014/09/13/Beauty-of-nature-random-4884759-1280-800.jpg’) no-repeat;
background-size:cover;
}
/* Change Menu Items to the Right*/
#menu-td-demo-header-menu-1{
display: table;
float: none;
margin-left: auto;
margin-right: 0;
}
Hi Andrei,
I’m using a child team with Newspaper 6.4 and adding that code into my custom CSS doesn’t do anything, can you please advise?
Thanks
FP
Thank you so much Marius, you’re an absolute star 🙂
Hi Marius,
Thank you very much for your reply. I was able to add the userpro login box into your topbar sign/in by adding the following code on line 77 of the top-menu.php
<div class=”td-login-info-text”>‘ . __td(‘Forgot your password?’) . ‘</div>’ . do_shortcode(‘[userpro template=login]’) . ‘</div>
This brings up my login box when i click login but the issue i have now is that the Newspaper default login box still shows as well, so i end up with two login boxes. I only really wanted to click on your signin botton on the topbar and for only my userpro login box to show up.
Hello there,
I was able to add my login box by adding the following code on line 77
<div class=”td-login-info-text”>‘ . __td(‘Forgot your password?’) . ‘</div>’ . do_shortcode(‘[userpro template=login]’) . ‘</div>
It sort of works but the old login widget still appears on top of mine, Can you please tell me how can I make it dissapear?
Thanks