Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219855
    charliesa
    Participant

    For 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;
    }

    #1219977
    Jade
    Moderator

    Hi 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.

    #1221073
    charliesa
    Participant

    I’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)

    #1221147
    Rupok
    Member

    Hi 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!

    #1221191
    Nabeel A
    Moderator

    Hi 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!

    #1221372
    charliesa
    Participant

    It 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.

    #1221374
    charliesa
    Participant

    And I didn’t even see your latest reply. It no doubt works. Thanks again

    #1221780
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1219855 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>