Tagged: x
-
AuthorPosts
-
October 17, 2016 at 3:44 pm #1219855
charliesaParticipantFor the color all I did is set the “color scheme/style” to something close. Then I just did this. Is there an easy way?
/* Uber Menu Navbar color */
.ubermenu-skin-blue-silver {
background: -moz-linear-gradient(top, #053090, #053060);
}Here I want to change the radius for the main Uber nav bar (inside the theme container).
This works, but what am I breaking? I hate to use a ton of classes when one will do. Which one is the correct one?
/* Uber Menu Navbar radius */
.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-icon, .ubermenu .ubermenu-image, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
border-radius: 8px !important;
}October 17, 2016 at 5:53 pm #1219977
JadeModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
October 18, 2016 at 12:14 pm #1221073
charliesaParticipantI’m just starting this site. I’ll no doubt change it 10 times.
But, the question is relevant in any case..
http://startdesignfashion.com (test URL)
October 18, 2016 at 1:16 pm #1221147
RupokMemberHi there,
It seems you are using the below code as well:
.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { border-radius: 8px; }This should do the job for the first level menus.
Thanks!
October 18, 2016 at 1:39 pm #1221191
Nabeel AModeratorHi again,
Thanks for providing the URL. You can use the following code for the border radius and background as well:
.ubermenu { border-radius: 0 !important; background: #0da6ef !important; }Let us know how this goes!
October 18, 2016 at 4:26 pm #1221372
charliesaParticipantIt didn’t work, but maybe I was unclear. Being as dumb as I am, I didn’t see the simple way to change the top navbar radius. There are Ubermenu style settings that allows this.
Thank you for your time…I apologize for not looking for settings before this post.
October 18, 2016 at 4:28 pm #1221374
charliesaParticipantAnd I didn’t even see your latest reply. It no doubt works. Thanks again
October 18, 2016 at 10:59 pm #1221780
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1219855 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
