tapukatata Posted August 2, 2014 Share Posted August 2, 2014 How can I increase description font size for all products? For example: http://iskambg.com/763-vodoustoichiv-udaroustoichiv-telefon-discovery-v5.html I attach my product.css file product.css Link to comment Share on other sites More sharing options...
dioniz Posted August 2, 2014 Share Posted August 2, 2014 Add to it this code: .page-product-box p{ font-size: 20px; } Link to comment Share on other sites More sharing options...
tapukatata Posted August 2, 2014 Author Share Posted August 2, 2014 Add to it this code: .page-product-box p{ font-size: 20px; } Thank you very much! For some products description all numbers and letters ( which are not in Cyrillic ) are bold. For example: http://iskambg.com/408-masichka-za-laptop-za-leglo.html Do you now how can fix that. Link to comment Share on other sites More sharing options...
vekia Posted August 3, 2014 Share Posted August 3, 2014 in your description you use <h3> markups i bet that you just copied description from somewhere, right? you need to fromat descriptions correctly, or change css styles for <h3> in this part of website (font-wieght:normal) Link to comment Share on other sites More sharing options...
Recommended Posts