Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1270517
    kobwebie
    Participant

    Hi,

    I am having a bit of trouble styling the nav in ethos.. I have attached a copy of the nav I am trying to achieve. Is that possible using Ethos? If yes can you point me in the right direction?

    As you can see I have achieved the transparency but no matter what css I have added the tabs won’t change.

    Looking forward to seeing what you can come up with 🙂

    #1270541
    Joao
    Moderator

    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.

    #1270542
    kobwebie
    Participant
    This reply has been marked as private.
    #1270578
    Joao
    Moderator

    Please add the following code to Appereance > customizer > custom > CSS and adjust the colors according to your wishes.

    .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 {
        color: #fff;
        border-color: #ff7600;
        background-color: #ff7600;
        text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
        border-radius: 0.25em;
        padding-top: 12px;
        height: 35px;
        margin-top: 22px;
        box-shadow: none;
    }
    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a span, .x-navbar .desktop .x-nav > .current-menu-item > a span {
        box-shadow: none;
    }
    .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 {
        color: #fff;
        border-color: #3f96ce;
        background-color: #3f96ce;
        text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5); 
      box-shadow: none;
    }

    Hope that helps

    Joao

    #1270637
    kobwebie
    Participant

    Looks good

    Thanks for the help!

    Karl

    #1270638
    Joao
    Moderator

    You are welcome,

    Joao

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