Hi @rahmatanik
You can replace the arrow with the content “view all products” from the store listing page by adding a couple of CSS codes inside the WP dashboard -> Appearance -> Customize -> Additional CSS. I am adding the CSS codes below.
.dashicons-arrow-right-alt2:before {
content: "view all product"!important;
}
Hope this help.
Thanks!
Hello, thanks for your help.
- It worked but who can we make same line “view all” so that we can reduce the button height? https://prnt.sc/P2kyJk7pqHyQ
2. Also, if possible will you please share the php template file location for this button? thanks
Hello, thanks for your help.
- It worked but *how can we make the same line “view all” so that we can reduce the button height? https://prnt.sc/P2kyJk7pqHyQ
2. Also, if possible will you please share the PHP template file location for this button? thanks
Hi @rahmatanik
You need to add additional CSS codes to adjust the height and width of the button. In this case, if you are unfamiliar with customizing style using CSS then I suggest hiring a professional WordPress theme customization expert to assist you further.
Apart from that, you can find the store listing template codes from the below-mentioned file path.
dokan-lite/templates/store-lists-loop.php
Hope this help.
Thanks!
Hello,
.dashicons-arrow-right-alt2:before { content: “view products”!important; } span.dashicons.dashicons-arrow-right-alt2.dokan-btn-round.dokan-btn-theme { padding: 30px 50px 30px 50px; }
I put these code snippet, but can you send me code for single line “View Products” ?
Thanks
Hi @rahmatanik
We are glad to know that you have found the solution on your own and we really appreciate that. However, as the purpose of this thread has been served we are marking this topic as resolved. Feel free to open a new one if you face any further issues.
Thanks!