Any idea how to change the order by "text" and also the search field's place holder and finally how to change the pagination's style such as color background etc.
First about the default order, you can set it from the woocommerce > settings > products > display
For the pagination you need to edit the css.
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current { background: #f7f6f7; color: #CCC !important; }.page-numbers li a, .page-numbers li span{ border: 1px solid #ebebeb; color: #CCC !important; }
Do not hesitate to contact us if you have other questions.
I do a apologize about my terrible English, but what i mean is how do i change the default string ,for example:I wanna change \"Default Order\" text to something like \"newordertext\".
Any idea how to change the order by "text" and also the search field's place holder and finally how to change the pagination's style such as color background etc.
If needed i would provide the admin account.
Hello,
First about the default order, you can set it from the woocommerce > settings > products > display
For the pagination you need to edit the css.
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li span.current { background: #f7f6f7; color: #CCC !important; }.page-numbers li a, .page-numbers li span{ border: 1px solid #ebebeb; color: #CCC !important; }
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
I do a apologize about my terrible English, but what i mean is how do i change the default string ,for example:I wanna change \"Default Order\" text to something like \"newordertext\".
If you want to translate the theme you need to use poedit and create a lang file for your language.
If you want to modify the text directly from the theme file you need to modify the woocomerce-functions.php file
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
many thanks that really helps me a lot
You\'re welcome!
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme