-
Author
-
June 7, 2017 at 12:33 #163617HemmingsParticipant
Hi,
I’m looking for a way to edit the drop down menus on my Kleo theme website. Specifically, is there a setting I can change to make it roll out smoothly rather than just appear and any way to remove the white border of the drop down so that it is all the same colour? See website here: http://www.citizen-state.com/ (drop down under “Discover Citizen State”)
Thank you so much for your help.
June 8, 2017 at 20:17 #163761LauraModeratorHello, can you explain a bit more so i can understand what do you want? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 9, 2017 at 17:12 #163849HemmingsParticipantSure thing. Right now, when you hover over drop down menus on my site they immediately appear on hover. I’d like to change that setting so that they smoothly roll down or fade in rather than just abruptly appear. In addition, the menu items seem to have a white border at the very top (see screenshot). I’d like to remove that so it is flush with overall menu and more integrated.
Thank you 🙂
Attachments:
You must be logged in to view attached files.June 12, 2017 at 07:32 #164017LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 14, 2017 at 03:48 #164227RaduModeratorHi,
Use this CSS
COPY CODE.header-centered .dropdown > .dropdown-menu.sub-menu { border:0; box-shadow:none; }
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 14, 2017 at 10:29 #164239HemmingsParticipantThanks Radu,
Unfortunately, it doesn’t seem to have removed the border or created a smooth effect. Might there be another fix we could try?
June 16, 2017 at 16:39 #164439RaduModeratorHi,
Wired I’ve tested before providing this.
COPY CODE.header-centered .dropdown > .dropdown-menu.sub-menu { border:0 !improtant; box-shadow:none !important; }
Try with important declaration
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 17, 2017 at 14:50 #164504HemmingsParticipantYay! It worked with !important.
Any idea how to also get the smooth roll down or appear effect?
Thanks for all your work on this.
June 19, 2017 at 20:20 #164662RaduModeratorIf you will have to add this class .kleo-scroll-to to the button or link that goes to https://domain.tld/site#anchor it will make the smooth effect
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2017 at 23:26 #164675HemmingsParticipantMy apologies for not being more clear. The effect I want to achieve is for the submenu options to roll down from the main menu, rather than just appear. Is there a way to animate this?
June 23, 2017 at 15:21 #165009RaduModeratorI see,
Just use this css
COPY CODE.kleo-main-header li.open ul.dropdown-menu { opacity: 1 !important; visibility:visible; } .kleo-main-header li ul.dropdown-menu { opacity: 0 !important; display:block; visibility:hidden; transition: opacity 0.3s ease-in, visibility 0.3s ease-in; }
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.