Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #891037
    theoutdoorarmory
    Participant

    Hi,

    My website is http://www.theoutdoorarmory.com and as you can see the MasterCard and Visa logos are a bit big. How to make them smaller?

    I’d like to make the MasterCard and Visa logos a little bit smaller, just like the one in https://www.optimusstoves.com/us/us (see screen cap)

    #891642
    Christopher
    Moderator

    Hi there,

    Please add class="my-image" attribute to image tag:

    <img src"https://theoutdoorarmory.com/wp-content/uploads/2016/04/visa_mastercard-e1461151991766.png" class="my-image">

    Then insert following code in Customizer/Custom /CSS :

    .my-image{
    
    width:25%;
    }

    Hope it helps.

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