This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
dear profession,
I am very impressed and happy with your theme.
however, I have a few questions to make.
this is the site I am working on.
http://redreview.cafe24.com/wordpress/
1. how can I change country and currency setting?
EN FR GE | £ € $ ==> CN, EN, KR | CHY, USD, KRW
2. how can I increase the font size of introduction (e.g., 轻松购物, 快乐旅行), which locates in the left of site logo
3. how can I increase the font size of main menu?
4. how can I decrease the font size of product name in the product list layout?
5. how can I change the font of all numbers?
6. how can I put arrow buttons, which are used for change quantities in single product page and chech out pages? also, can you widen the quantity box so that I can increase the amount more than 100?
8. how can I change color of check out box and sns buttons?
9. can I change the color of the message boxs to certain color?
10. in the cart view. can I change shopping list format?
11. can I delete “have a coupon?” question when I am not using coupons? can I place reviewed products/related products instead of coupon area?
12. can I change font of “cart total” in check out page?
Sorry for sending you a lot of questions.
Thank you for your help in advance.
Have a great day
Hello,
1) You can change this in \themes\woopress\headers\parts\top-bar.php file.
2) Please use this code in custom.css file.
.header-wrapper .header .tbs span{
font-size:16px;
}
3) Please use the following code in custom.css file
.menu > li > a{
font-size:16px;
}
4)
.products-grid .product-title {
font: 16px/20px 'Raleway', Arial, Helvetica, sans-serif;
}
5) In this case you need add code for everyone number, for example:
.price {
font-family: 'Helvetica', sans-serif;
}
6) You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin
8) Could you please clarify with more details where exactly you want to change color and show us screenshots?
9) Please use this code:
.header-wrapper .header .tbs span{
color:red;
}
10) Could you please clarify with more details?
What are you trying to achieve?
11) Navigate to WooCommerce->Settings->Checkout-> and disable option “Enable the use of coupons”.
12) Please use this code in custom.css file
.bag-total-table .cart_totals h2{
colore:red;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up