How to Edit Store Page Structure (Dokan)
-
Hi, where can I edit the configuration of the storefront page on the multivendor store page? I assumed there would be a “Page” with just the shortcode [dokan-store] but I can’t find it.
Things I want to edit on that page:
-Footers are different from the other pages
-Prefooter needs removed
-Store page is not full page width (still room for widgets, which I don’t want)
Example page is in the private comments.
Thanks in advance!
Hi,
You can hide the prefooter and sidebar on this page using our custom settings while editing it in the Dashboard
https://gyazo.com/2d777479cd5c4f53c7071299780a8d60
https://gyazo.com/9d3ab080cbb1b65ec20c4daec57d8610
Regards
Thank you for that!
Where can I edit the store page? I don’t see a page under “Pages” that controls the store page. I’d like to make it full screen. Even though the widget is gone there’s still room there for a widget and the content isn’t full page.
Example page in private comments.
Please, provide us your admin access so we can login and check this on your side.
Thank you in advance.
Sure thing, its in the private comment.
Try to add the following code snippet to the Custom CSS area in Theme Settings to make dokan store layout in one column.
.dokan-store .dokan-single-store.dokan-w8 {
width: 100%;
}
Regards
Looks great! Thanks!
One last thing – since there’s no “store” page under Pages – how do I remove/edit which prefooter that appears on the store page?
Try to use this code snippet
.dokan-store .woodmart-prefooter {
display: none;
}
Regards