Home Forums WoodMart support forum Review stars product

Review stars product

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #586872

    Coolenator
    Participant

    Hi! Is there a way I can make the 5 stars under the product name (see screenshot) smaller

    #586873

    Coolenator
    Participant

    Screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #587083

    Hung Pham
    Participant

    Hi Coolenator,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.star-rating:before,
    div.star-rating span:before{
    	font-size: 15px;
    }
    
    div.star-rating span:before {
    	top: auto;
    	bottom: 1px;
    }

    Regards,

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