Home Forums WoodMart support forum bank info listing

bank info listing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #215910

    roadlink
    Participant

    Hello,

    After bank transfer order, woocommerce shows our bank accounts. But it is shown a little bit complicated. https://prnt.sc/tsb12y

    can we make it more simple like table like this? https://prnt.sc/tsb28c

    #215923

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area.

    Best Regards

    #215932

    roadlink
    Participant

    Hi Elise,

    Thanks for reply.

    we have dev site with almost no plugin but it is same design.
    You can check yourself.

    thank you.

    #215968

    Hello,

    Please make the full backup of your site as well as the Theme settings export and check the issue on the Storefront theme to detect if our theme causes the problem. If you see the problem only on WoodMart, provide the testing data to place an order and reproduce the problem.

    Best Regards

    #215987

    roadlink
    Participant

    here is the design with store front.
    Again not simple as we desire:(

    #216153

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    ul.wc-bacs-bank-details {
        display: block;
        background-color: #F9F9F9;
        padding: 20px;
        margin-bottom: 30px;
    }
    ul.wc-bacs-bank-details li {
        padding-left: 0;
        padding-right: 0;
    	  text-align: left;
    	  border-right: none;
    }
    ul.wc-bacs-bank-details li:not(:last-child) {
    	  padding-bottom: 20px;
    	  border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    ul.wc-bacs-bank-details li:last-child {
    	margin-bottom: 0;
    	border: none;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)