Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910196
    mr
    Participant

    I have added the WPML language selector to the topbar.I am trying and have no been successful in doing the following 2 things:
    1. I am unable to make the background transparent (or remove the white background of this selector )
    2. I would like to reduce the space between the topbar and the Header Navbar, as this is making my Header area too big.
    I followed instructions from some of the other threads on this forum, but they have not worked for me.

    Pls advise who can I achieve the above.
    Thanks!

    #910197
    mr
    Participant
    This reply has been marked as private.
    #910363
    Lely
    Moderator

    Hi There,

    1.) Please add the following CSS via Appearance > Customize > Custom > CSS:

    #lang_sel ul ul a {
        background: transparent !important;
    }
    #lang_sel a.lang_sel_sel {
       background-color: transparent !important;
    }

    2.)

    .x-topbar {
        min-height: 30px;
        padding-bottom: 0;
    }

    Hope this helps.

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