NiceThemesCSS navigation – NiceThemes http://nicethemeswp.com/forums/topic/css-navigation/feed/ Wed, 23 Apr 2025 19:29:08 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/css-navigation/#post-7233 <![CDATA[CSS navigation]]> http://nicethemeswp.com/forums/topic/css-navigation/#post-7233 Sat, 16 Jul 2016 14:51:33 +0000 Falin22 Hello,
Thank you for this beautiful theme !

I would like to customize main menu but I can’t remove the top border of hover links, can you help me?
Also, I don’t want my main menu responsive with icon, I want to keep normal links, is it possible ?

Thank you in advance

]]>
http://nicethemeswp.com/forums/topic/css-navigation/#post-7234 <![CDATA[Reply To: CSS navigation]]> http://nicethemeswp.com/forums/topic/css-navigation/#post-7234 Sun, 17 Jul 2016 16:12:51 +0000 Juanfra Aldasoro Hi,

Thank you for your kind words. I hope you are doing well today.

With regards to the border-top of hover links on the main navigation menu, that can be done via css:

#top #navigation .nav > li a:hover { border-top-color: transparent; }

With regards to customizing the responsive menu, unfortunately we cannot provide support for customizations, we’ve created an article explaining this here: http://nicethemeswp.com/article/support-vs-customizations/

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/css-navigation/#post-7235 <![CDATA[Reply To: CSS navigation]]> http://nicethemeswp.com/forums/topic/css-navigation/#post-7235 Mon, 18 Jul 2016 08:28:02 +0000 Falin22 Hi,

Thank you Juan for your quick answer !
I added your code in my css but the border-top has decreased but not disappeared completely , have you any idea what I need to add ?

]]>
http://nicethemeswp.com/forums/topic/css-navigation/#post-7238 <![CDATA[Reply To: CSS navigation]]> http://nicethemeswp.com/forums/topic/css-navigation/#post-7238 Tue, 19 Jul 2016 14:29:38 +0000 Juanfra Aldasoro Hi,

Thank you for the follow up.

Please try this code instead:

#top #navigation .nav > li a .bar { background-color: transparent !important; }

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/css-navigation/#post-7239 <![CDATA[Reply To: CSS navigation]]> http://nicethemeswp.com/forums/topic/css-navigation/#post-7239 Sat, 23 Jul 2016 17:45:51 +0000 Falin22 Thank you for your repply.
Unfortunately, it doesn’t work . I cheated by adding a negative margin on the navigation to hide border 🙂

]]>
http://nicethemeswp.com/forums/topic/css-navigation/#post-7241 <![CDATA[Reply To: CSS navigation]]> http://nicethemeswp.com/forums/topic/css-navigation/#post-7241 Sun, 24 Jul 2016 15:58:25 +0000 Juanfra Aldasoro Hi,

Thank you for the follow up. It’s great that you have it working the way you wanted!

Have a nice day.

Best,
Juan

]]>