Currently I have COVID-19 announcement at the top right heading area. But on mobile this appears at the bottom of the menu. Is there a way to have this particular page listed at the top of mobile? Even if it's listed twice I don't mind - just want an announcement area at the top of mobile menu.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (min-width: 1px) and (max-width: 999px) {
.off-canvas-menu-container.mobile-only ul.menu {
display: flex;
flex-direction: column;
}
.off-canvas-menu-container.mobile-only ul.menu li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-14037 {
order: -1;
}
}
Ok thanks. I like the backgrounds. I have changed the backgrounds to grey, because when you change the text colour it changes every second menu item to that same colour (there is script in the custom css for that already there).
Looks like I will just have to work with the backgrounds... can you change the font size separately or will that change all other menu item also?
The color that you are pointing to in the attached image... what does that relate to? When I change it nothing seems to happen. But I'm guessing it's supposed to make the font white?
Let me know if it is possible thanks!
Hello Sanjay,
Thanks for getting in touch.
Please share your admin access so that we can have a closer look and write custom css.
Thanks,
Can you provide me with an email and I will set one up.
Hey Again,
You can use any Email Id as we just need a temporary user/pass to login and check.
Thanks
ThemeNectar Support Team
Nevermind the Login credentials.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi Sanjay,
We are not able to access your login page as shown here:
Please check with your firewall then let us know.
Thanks.
Hi, yes sorry about that. Can you please tell me which country you are trying to log in from?
I am from Kenya
You should be ok now.
Hello Sanjay,
Thanks for keeping in touch.
I have move the menu item by adding the css below:
Thanks,
Is it possible they can be solid like on the desktop version? Really want them to look like announcements rather than just menu items.
Hello Sanjay,
Thanks for keeping in touch.
I have edited the css to add the background color, you can add the other css features here:
Thanks,
Ok thanks. I like the backgrounds. I have changed the backgrounds to grey, because when you change the text colour it changes every second menu item to that same colour (there is script in the custom css for that already there).
Looks like I will just have to work with the backgrounds... can you change the font size separately or will that change all other menu item also?
Hey Again,
Let us know if you need any further help with this.
Cheers
ThemeNectar Support Team
The color that you are pointing to in the attached image... what does that relate to? When I change it nothing seems to happen. But I'm guessing it's supposed to make the font white?
Yes, that is correct the "color" attribute is used to set the Color for Texts.
Thanks
ThemeNectar Support Team
It doesn't work...
Just added the Below Revised Custom CSS. Please check now.
Thanks
ThemeNectar Support Team
Thanks. The buttons looks great! But the order hasn't taken them to the top... so I added this back in:
.off-canvas-menu-container.mobile-only ul.menu li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-14037 {
order: -1; }
And that seemed to work.