Tagged: x
-
AuthorPosts
-
April 8, 2016 at 5:46 am #872623
scottkaizenParticipantIs it possible and easy to have a different style menu on the website.
something easier to see and changing colours or texts for the drop down menus?
Or something more creative?
for a simple quick example http://athemes.com/reviews/x-ultimate-wordpress-theme-review/
Do i need to add or change CSS or can you recommend a plugin.
Thanks for ideas and help.
April 8, 2016 at 5:38 pm #873430
FriechModeratorHi There,
Thanks for writing in! Do you mean the hover effect, when you point the mouse on a menu item and it change its bakcground color to light green? Yes we can do that with custom css. Please provide us the site URL.
Cheers!
April 13, 2016 at 6:02 am #879779
scottkaizenParticipantThis reply has been marked as private.April 13, 2016 at 10:54 am #880277
JackKeymasterHi there,
Thanks for writing back!
You can use the following code to change the color and background color on hover, just change the color codes as needed.
.site .x-navbar .desktop .sub-menu a:hover{ color: #af273b; background-color: #e5e5e5; }Thanks! 🙂
April 22, 2016 at 8:13 am #895324
scottkaizenParticipantok understood,
could i use a navbar menu plugin or would this not work with theme X
thanks
April 23, 2016 at 12:19 am #896261
Rue NelModeratorHello There,
The code provided will work out with X. The given code is only for the sub menu. If you want to include the primary menu items, please use this code instead:
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a, .x-navbar .desktop .sub-menu li > a:hover, .x-navbar .desktop .sub-menu li.x-active > a, .x-navbar .desktop .sub-menu li.current-menu-item > a, .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a, .x-navbar .mobile .x-nav li > a:hover, .x-navbar .mobile .x-nav li.x-active > a, .x-navbar .mobile .x-nav li.current-menu-item > a{ color: #af273b; background-color: #e5e5e5; }
Hope this helps.
April 27, 2016 at 7:53 am #902051
scottkaizenParticipantok thanks.
where do i add this code.
April 27, 2016 at 1:51 pm #902826
ThaiModeratorHi There,
Please add the provided code under Customizer > Custom > CSS or style.css file locates in your child theme.
Regards!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-872623 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
