Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1349042
    Patrick
    Participant

    Hi Theme X support, another question.

    Is there a way to give the ‘sub menu item(s)’ an outline or a color behind the ‘sub page’ in the menu? Screen capture what I want to create.

    Best Patrick

    #1349322
    Christopher
    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.

    #1353551
    Patrick
    Participant
    This reply has been marked as private.
    #1353586
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-navbar.x-navbar-fixed-top,
    .masthead-stacked .x-navbar .desktop .sub-menu {
        background-color: rgba(255,255,255,0.5) !important;
    }
    
    a:focus,
    select:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="submit"]:focus,
    input[type="checkbox"]:focus {
        outline: none !important;
    }
    

    Hope that helps.

    #1358402
    Patrick
    Participant

    Thanks Paul! That worked great.

    #1358439
    Thai
    Moderator

    If you need anything else please let us know.

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