The mouse over underline is something I'm also wondering about where is it set. Can not find it in the header template settings. How to change the default mouse over?
But I'm using a few other custom CSS rules and its working. In this case I can not even find the correct class that makes this hover box-shadow in the web inspector and try it out there temporarily.
The website is re-design.se. There is one portfolio added currently.
I found out which CSS makes the underline hover. Removing them in the web inspector its gone but adding them with none !important; in the additional CSS it has no effect.
If you use correct CSS it works. Don't need my WP login.
Since the original CSS rule already have !important it can not be overridden with !important. It have to be added with some element that has higher priority.
So this CSS works to take away the mouse over underline:
div .elementor-29571 .elementor-element.elementor-element-1f6b0b6d .m-nav-menu--horizontal ul > li:hover > a:not(.menu-item-icon) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
div .elementor-29571 .elementor-element.elementor-element-1f6b0b6d .m-nav-menu--horizontal ul > li:hover > a:not(.menu-item-icon) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
div .elementor-29571 .elementor-element.elementor-element-1f6b0b6d .m-nav-menu--horizontal ul > li:hover > a:not(.menu-item-icon) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
How can I make a menu with a slash "/" as separator between menu choices and preferable not included in the link?
Like this: "Home / About / Services / Contact".
I tried this additional CSS:
ul.menu.m-header-default-menu li.menu-item:before { content: "/"; padding: 0 .75em; }
ul.menu.m-header-default-menu li.menu-item:first-child:before { content: ""; padding: 0; }
ul.menu.m-header-default-menu li.menu-item {
margin-left: 0;
}
But the slashes gets smaller on the height and aligned at top. Looks ugly.
Thanks!
Hi,
I am sorry for the late reply.
Please try giving the CSS to the link (a) instead.
So, it looks like this: https://prnt.sc/qmnf2c
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
No :-) its currently a underline mouse over so the slash will also be underlined on mouse over. I don't want that.
I'm using this CSS now:
The mouse over underline is something I'm also wondering about where is it set. Can not find it in the header template settings. How to change the default mouse over?
Thanks!
Hi,
Well that's in the box shadow property, we use it like this.
So, if you want to remove it you can add box-shadow: none !important;
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
So thats not editable with customizer or Elementor in the header template?
Did not work for me:
I was actually looking for this CSS in the inspector previously but could not find anything that making this hover underline.
Thanks!
Sorry I can not get ride of the mouse over underline. And why is it on the logo as default?
And why is it not editable with customizer or Elementor header template?
Thanks!
Hi,
Add the following style in Custom CSS.
This will remove the underline link.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Its gone on the logo but not on the menu.
Why can't this box shadow be change in Elementor?
Thanks!
Hi,
Please try with the following selector.
It can't be changed through Elementor since, it's part of the theme.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Sorry don't work. I tried this one already. Its a bit different classes coz I'm using a header template.
Thanks!
Hi,
Ah alright, I thought you were using the default header. This one should work.
I've tried it on a template header and it worked.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Nope nothing happen.
The CSS for the logo worked.
Thanks!
How about attached image? But don't understand how to add a rule for this.
Thanks!
Hi,
Can you please provide me with your wp-admin, I will have a quick look to see what's going on. Make sure to tick private on the reply.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
But I'm using a few other custom CSS rules and its working. In this case I can not even find the correct class that makes this hover box-shadow in the web inspector and try it out there temporarily.
The website is re-design.se. There is one portfolio added currently.
Thanks!
Hi,
Sorry, it seems like the header template needs another CSS line.
- https://prnt.sc/qonlh7
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Sorry I already tried that one. It did not work for me.
It looks kind of messy in CSS in the inspector. Same classes/rules comes like three times.
Okay never mind. I leave this. There is more critical issue than this.
Thanks!
I found out which CSS makes the underline hover. Removing them in the web inspector its gone but adding them with none !important; in the additional CSS it has no effect.
Thanks!
Hi,
I am sorry for the late reply.
That one should have worked? If it does not, please provide me with your wp-admin, I will have a quick look.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
If you use correct CSS it works. Don't need my WP login.
Since the original CSS rule already have !important it can not be overridden with !important. It have to be added with some element that has higher priority.
So this CSS works to take away the mouse over underline:
Thanks!
Unfortunately we needed on some parts to add important otherwise it could not work.
Glad to know that with the new CSS it works, thanks for sharing it
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.