New Landing How can we help? Themeforest Theme Support Dante WooCommerce Product page font sizes.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #183075
    flexineon
    Member
    Post count: 12

    hi i just installed woo commerce onto my dante theme.

    but would like to change the colour an size of the product price on the product page

    and the colour of the price and make it bold on the thumbnail view.

    #183090
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css:

    .woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price {
      font-size: 22px;
      color: #666666;
    }
    .woocommerce ul.products li.product .price {
      font-size: 1em;
      font-weight: bold;
    }

    – Kyle

    #183418
    flexineon
    Member
    Post count: 12

    Hi kyle

    the bold text for the thumbnails worked but i also want to change the colour.

    the font size for the product page did not change it is still the same size.

    #183447
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce div.product .summary p.price, .woocommerce-page div.product .summary p.price {
      font-size: 22px!important;
      color: #666666 !important;
    }
    
    p.price {
      font-size: 22px!important;
      color: #666666 !important;
    }
    .woocommerce ul.products li.product .price {
      font-size: 1em;
      font-weight: bold;
    #666666 !important;
    }

    Thanks
    Mohammad

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register