Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1111111
    MIGAMusic
    Participant

    Hi,

    Sorry I am not good with CSS.

    I am using this code for my desktop submenu styling, but I would like it to apply to mobile devices as well as the styling on mobile devices is no where near similar to the parent style. migamusic.net

    
    .x-navbar .sub-menu  {
    		font-size: 11px;
      	text-transform: uppercase;
      	font-weight: 400;
      	letter-spacing: 2px
    }
    

    Login info will be posted on next post if needed.

    #1111113
    MIGAMusic
    Participant
    This reply has been marked as private.
    #1111408
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    .x-navbar .mobile .x-nav ul .sub-menu{
            font-size: 11px;
      	text-transform: uppercase;
      	font-weight: 400;
      	letter-spacing: 2px
    }

    You can use the code above to be added in your Customizer Custom CSS. You can add or remove CSS from the class. for you to adjust your mobile menu.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1111439
    MIGAMusic
    Participant

    Hi, thank you for the quick reply! You guys work so hard and I really appreciate it.

    Unfortunately, the CSS doesn’t seem to be affecting it – the code is in right now and no affect to the submenu.

    #1111548
    Rupok
    Member

    Hi there,

    Let’s update the code a bit :

    .x-navbar .mobile .sub-menu{
            font-size: 11px;
      	text-transform: uppercase;
      	font-weight: 400;
      	letter-spacing: 2px
    }

    Make sure other CSS are closed properly.

    Cheers!

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