Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1004614
    lordmyles
    Participant

    Hey there, I have been searching how to change the drop down menu color and remove arrows (renew stack) but have had no luck.

    Have tried both of these (in custom css) from another forum yet doesn’t work, is there something I’m missing ?

    body .x-navbar .x-nav li>a:after {
    content: “”;
    }

    .x-navbar .sub-menu {
    background-color: #fafafa;
    }

    Thanks,

    Myles

    edit: the site is editshortcuts.com and I am using the latest wordpress and cornerstone

    #1004635
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    To confirm, you mean change the background color right? Not text color. Unfortunately, your site is behind the coming soon page. But please try this one,

    .x-navbar .sub-menu {
        background-color: #fafafa !important;
    }
    .x-navbar .desktop .x-nav li>a>span:after {
    display: none !important;
    }

    Thanks!

    #1004733
    lordmyles
    Participant

    Hey Rad

    Thanks heaps for the reply, code worked like a charm!

    Much appreciated

    #1004744
    Rupok
    Member

    You are welcome Myles!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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