NooTheme Premium WordPress Theme › Forums › Jobica › A Few More Issues.
- This topic has 9 replies, 2 voices, and was last updated 4 years, 5 months ago by inmagine.
-
AuthorPosts
-
4 years, 5 months ago #1196342
I think the site is almost fine but we're still finding some minor issues. (See attached image)
1) Is there any way we can justify the menu to the right, also change the text colour and hover colour without affecting the button colour (we want it white, then red on hover).
2) We're not sure where this white space is coming from on both desktop and mobile, is it possible you can just check please. Is it the Page Up Arrow causing this?
3) We have comments disabled unless a user is registered, however it's still possible to make company reviews, even if they are not registered or logged in. They can also leave NO NAME ..
The review is then automatically 'approved'.. however it doesn't appear under the company review.
We would prefer if;
a) Users CANNOT review company unless they are registered.
b) Users CANNOT leave the name field empty.
c) Reviews actually need to be APPROVED.Thanks.
Attachments:
You must be logged in to view attached files.4 years, 5 months ago #1196362This reply has been marked as private.4 years, 5 months ago #1197379Dear,
1. To move menu to right, please add go to 'Customizer -> Additional CSS' and add custo CSS.nav-fullwidth .container-boxed.max .noo-navbar-collapse { text-align: right; }
- To change main menu color please go to 'Customizer -> Header -> Navigation Bar' and change setting 'Use Custom NavBar Font and Color?' to ON then you can change menu color.
- I see your site have one one menu and it is current page, please add more menu for main menu on your site. We're will see menu color when hover
2. That problem because the 'Stretch Section' in elementor. to fix your problem, please add go to 'Customizer -> Additional CSS' and add custo CSS
body { overflow-x: hidden; }
3. We're will check and fix it in next update version.
4 years, 5 months ago #1204237///- I see your site have one one menu and it is current page, please add more menu for main menu on your site. We're will see menu color when hover///
I don't understand what you mean? I have a menu called MainMenu as the Primary Menu.
if I have 'no menu assigned' as primary, then the navigation colours work. However, if I make MainMenu the primary menu, the navigation colours don't' work.4 years, 5 months ago #1204303"Is there any way we can justify the menu to the right, also change the text colour and hover colour without affecting the button colour (we want it white, then red on hover)"
I have add menu "Member" on your site, please kindly check hover menu color and give for me more details what you want custom.
Best regards.
4 years, 5 months ago #1204311Oh I wondered where that came from !! lol.. I thought it was a WooCommerce update.
Yes. that colour is correct for 'Member'. But you see there's a custom link next to it called 'Latest Jobs' This is the menu item I want to change but it's not changing, even though it's in the same MainMenu.
Thanks.
4 years, 5 months ago #1204320Mean, you want change menu 'Latest Jobs' to white color ? If you want change it, please add custom CSS code on your site
#menu-item-7750 > a:not(:hover) { color: #fff; }
Best regards.
4 years, 5 months ago #1204341Thanks, that's great.. except now when I scroll the page down and the header goes white, the menu item is the same colour and cannot be seen. It should be exactly the same as the 'member' item and turn black when you scroll down.
(see attached image).
Thanks.
Attachments:
You must be logged in to view attached files.4 years, 5 months ago #1204364Yes, please add custom CSS on your site to fix it.
.header-float .navbar.navbar-fixed-top .navbar-nav > #menu-item-7750 > a:not(:hover) { color: var(--navbar-fixed-top-color); }
Best regards.
4 years, 5 months ago #1204368Worked perfectly. Thank you.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.