Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1352356
    Polaradventures
    Participant

    I would like to reduce the size a little bit of a .svg button that I implemented in the topbar.
    How can I do this?

    #1352359
    Polaradventures
    Participant
    This reply has been marked as private.
    #1352401
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .x-topbar img {
        max-width: 200px;
    }

    Hope this helps!

    #1352501
    Polaradventures
    Participant

    Unfortunately this had no effect.

    #1352592
    Joao
    Moderator

    Hi There,

    Please try:

    .x-topbar .x-column.x-sm.x-1-3.last img {
    max-width: 180px !important;
    }

    Hope hope it helps

    Joao

    #1353693
    Polaradventures
    Participant

    This worked, thank you!

    #1353703
    Thai
    Moderator

    You’re most welcome 🙂

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