change shop font size and other issues

edited June 2015 in Theme Options

How do I change the font size of product titles?

Also, how do I change the shopping cart that appears on bottom of a product (when hovering)to another icon or a custom icon?

Finally, how do I change the light blue line under the menu on all pages to a different color?

http://a0d.7d8.myftpupload.com/shop/





Comments

  • Hi,

    1. Font size of product title can be changed with below css:
    .woocommerce ul.products li.product a { font-size: 15px !important; }
    2. We do not have an option to change cart icon for products. For that you must modify theme files.

    3. To change the line under menu items, please use below css:
    #Top_bar::after { background: #000 !important; }
Sign In or Register to comment.