Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1101649
    yqb07162
    Participant

    As a novice to WordPress stepping outside of frontend edit is daunting. I reviewed a previous request to remove logo from Navbar and the advice was to input CSS coding in Customizer>CSS.

    I tried to input the coding but I’m not sure if I’m doing it correctly. Please excusing inexperience. Hopefully with a bit of practise I’ll nail it.

    Could you outline the steps required to remove logo

    #1101665
    Thai
    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.

    #1101736
    yqb07162
    Participant
    This reply has been marked as private.
    #1101742
    Darshana
    Moderator

    Hi there,

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

    
    .x-brand.text {
        display: none;
    }
    

    Hope that helps.

    #1101773
    yqb07162
    Participant
    This reply has been marked as private.
    #1101781
    Joao
    Moderator

    Hi There,

    Copy the code above.

    Go to Wp Admin Dashboard > Appereance > Customizer > Custom > CSS

    Paste the code.

    Save.

    Hope that helps

    Joao

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