Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204868
    onefoursix
    Participant

    re: http://146test2.co.uk/beerg/

    How do i reduce the size of the logo image appearing in the menu please?

    #1204994
    Paul R
    Moderator

    Hi,

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

    
    .sfm-logo img {
        max-width: 100px;
    }
    

    Change 100px to achieve your desired size.

    Thanks

    #1205000
    Joao
    Moderator

    Hi There,

    Add the following code to Appereance > Customizer > Custom > CSS

    .sfm-logo img {
        width: 50% !important;
    }

    Hope it helps

    Joao

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