Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099621
    Jack D
    Participant

    I have latest WP X theme in http://www.unifloors.co.uk but cannot get the the credit card logos to show in checkout . I have added the suggested code in the Customizer but it does not work for me:
    .woocommerce-account .checkout .payment_methods label img, .woocommerce-account .form-edit-address .payment_methods label img, .woocommerce-checkout .checkout .payment_methods label img, .woocommerce-checkout .form-edit-address .payment_methods label img {
    display:inline;
    }

    #1099626
    Jack D
    Participant
    This reply has been marked as private.
    #1099659
    Christopher
    Moderator

    Hi there,

    There is a missing curly bracket in your CSS, please find this code and fix it :

    @media (max-width: 767px) {
    .x-scroll-top .x-icon-angle-up:before {
    content: "TOP";
    }

    Thanks.

    #1099678
    Jack D
    Participant

    I’m sorry but I don’t understand what you mean. What is the exact code I need to add in the Customizer?

    Regards

    #1099679
    Christopher
    Moderator

    Hi there,

    You already have the code in customizer, you just need to update that code to ;

    @media (max-width: 767px) {
    .x-scroll-top .x-icon-angle-up:before {
    content: "TOP";
    }
    }

    Hope it helps.

    #1099686
    Jack D
    Participant

    Thanks Christopher but I have added

    @media (max-width: 767px) {
    .x-scroll-top .x-icon-angle-up:before {
    content: “TOP”;
    }
    }

    But it does not work

    #1099691
    Christopher
    Moderator

    Hi there,

    I fixed the code and remove duplicated one and images are displaying fine now.

    Thanks.

    #1099693
    Jack D
    Participant

    Excellent Many Thanks Christopher

    Kind Regards

    #1099698
    Christopher
    Moderator

    You’re most welcome.

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