Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #494772

    Hi, how can I align price on the right on the product page ?

    + make the stars bigger and add the number (4,71 on 5)

    #494893

    Hi anniet!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-product div[itemprop="offers"] {
        text-align: right;
    }
    .single-product a.woocommerce-review-link {
        font-size: 14px!important;
    }

    To change star sizes, pleaes go to – wp-content/themes/enfold/config-woocommerce/images/star.png and edit image

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.