-
AuthorPosts
-
October 6, 2013 at 11:15 am #171106
I want to increase the font size of Woocommerce pricing in product page only and paging option in catalog page. Please see the images for your kind consideration.
Product Page -> http://postimg.org/image/5nhv3a1o7/
Catalog Page -> http://s9.postimg.org/dhjxxtja7/Shop2.jpg
October 7, 2013 at 3:56 am #171419Hi hardeep_singh04!
You can add these on your custom.css or Quick CSS:
To change the product price font size:
.single-product .price del span, .single-product .price ins span { font-size: 20px !important; }
This is for the pagination.
.pagination span.current, .pagination a { font-size: 15px; }
Best regards,
IsmaelOctober 7, 2013 at 7:52 am #171484This reply has been marked as private.October 7, 2013 at 2:28 pm #171618October 7, 2013 at 2:29 pm #171619This reply has been marked as private.October 7, 2013 at 2:31 pm #171620This reply has been marked as private.October 7, 2013 at 2:41 pm #171624This reply has been marked as private.October 7, 2013 at 4:19 pm #171680Hi!
1) Can you post the link to your website?
2) Please refer to this post https://kriesi.at/support/topic/incorrect-currency-symbol-displayed/#post-170560
Best regards,
YigitOctober 7, 2013 at 4:39 pm #171701This reply has been marked as private.October 7, 2013 at 7:30 pm #171781Hi!
1) Change previous code with this one
#top .price span { font-size: 22px; }
2) You should paste the same code to the end of your functions.php file and change ‘Chinese Yuan’ to ‘Indian Rupee’ and ‘¥’ to ‘Rs’
Regards,
YigitOctober 8, 2013 at 8:26 am #172104This reply has been marked as private.October 8, 2013 at 1:23 pm #172193Hello!
1) Change code with following one
.single-product .price span { font-size: 22px; }
2) After adding that code you should go to WooCommerce settings and change currency to new one
Cheers!
YigitOctober 8, 2013 at 1:54 pm #172216This reply has been marked as private.October 9, 2013 at 7:46 am #172896This reply has been marked as private.October 9, 2013 at 1:16 pm #172978This reply has been marked as private.October 9, 2013 at 6:36 pm #173179Hello!
Yes, you can do that. It will only change the price symbol, not the value of the products. Make sure to select the India Rupee as Currency.
Best regards,
IsmaelOctober 10, 2013 at 7:36 am #173467This reply has been marked as private.October 10, 2013 at 1:58 pm #173579October 10, 2013 at 2:02 pm #173587This reply has been marked as private.October 10, 2013 at 4:25 pm #173672Hello!
I would suggest you to create a child theme ( http://vimeo.com/channels/aviathemes/67221517 ) and make changes on functions.php file in it, so you will not have to re-do everything after each update
Best regards,
YigitOctober 10, 2013 at 4:28 pm #173676This reply has been marked as private.October 10, 2013 at 4:30 pm #173679Hey!
That might be because there was Indian Rupee already and you added with the same name. You could try something like “Simple Rupee”
Cheers!
YigitOctober 10, 2013 at 4:32 pm #173680This reply has been marked as private.October 11, 2013 at 5:24 am #173980Hi!
Yes, you need to update the file every time you do a woocommerce plugin update. Please keep a “change log” of the files you modified.
Regards,
Ismael -
AuthorPosts
- The topic ‘Woocommerce fonts and paging Issue’ is closed to new replies.