Support » Plugins » WooCommerce Wootique Product Title Font

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    I have EXACTLY the same issues. Have you been able to resolve this problem?

    I would really appreciate it if I can figure out how to
    1. Reduce the title of the products in the product page.
    2. Increase the font size of the price field.

    Thanks

    JB

    If you haven’t already make sure to copy the style.css coding into the custom.css file.

    To change your Product Title size, in your custom.css file, go to section /* 2.4.1 Product Gallery */

    Find this line of code:
    ul.products li a h3 { font-size:1em; display: block; padding-top:0; }

    To adjust the sizing of the text, change the 1em; sizing next to the font-size attribute.

    To change the Price size, in your custom.css file, go to section /* 2.4.1 Product Gallery */

    Find these lines of code:

    ul.products li .price {
    	position: absolute;
    	top:160px;
    	right:60px;
    	background: #ffffff;
    	padding:2px 12px 2px 8px;
    	font-size:0.8751em;

    To adjust the sizing of the text, change the 0.8751em; sizing next to the font-size attribute.

    I’m happy to clarify if you have any troubles but it worked for me 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WooCommerce Wootique Product Title Font’ is closed to new replies.