Home Forums WoodMart support forum DOKAN SINGLE STORE PAGE DOES NOT APPEAR

DOKAN SINGLE STORE PAGE DOES NOT APPEAR

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331304

    [email protected]
    Participant

    DOKAN SINGLE STORE PAGE DOES NOT APPEAR

    Attachments:
    You must be logged in to view attached files.
    #331315

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .dokan-store-info li::marker {
        font-size: 0;
    }
    
    .dokan-store-info {
        padding-left: 0;
    }
    
    .dokan-store-info ul.elementor-icon-list-items.elementor-inline-items {
        margin-bottom: 0;
    }
    
    .dokan-store-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
        padding: 5px;
    }
    
    .dokan-btn-wrap .elementor-button {
        padding: 11px;
    }

    Best Regards

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