- Falin22 July 16, 2016 at 2:51 pm
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
Juanfra Aldasoro July 17, 2016 at 4:12 pmHi,
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://nicethemes.com/article/support-vs-customizations/
Best,
Juan.Falin22 July 18, 2016 at 8:28 amHi,
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 ?Juanfra Aldasoro July 19, 2016 at 2:29 pmHi,
Thank you for the follow up.
Please try this code instead:
#top #navigation .nav > li a .bar { background-color: transparent !important; }
Best,
Juan.Falin22 July 23, 2016 at 5:45 pmThank you for your repply.
Unfortunately, it doesn’t work . I cheated by adding a negative margin on the navigation to hide border 🙂Juanfra Aldasoro July 24, 2016 at 3:58 pmHi,
Thank you for the follow up. It’s great that you have it working the way you wanted!
Have a nice day.
Best,
Juan
You must be logged in to reply to this topic.