Home Forums WoodMart support forum Star setting

Star setting

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #650196

    dhndigitalmarketing
    Participant

    Can I set full 5 stars for the products I sell myself?

    Thank you very much

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

    Hung Pham
    Keymaster

    Hi dhndigitalmarketing,

    Thanks for reaching to us and appreciate your patience.

    It means you want to set full 5-stars for all products?

    Regards,

    #650627

    dhndigitalmarketing
    Participant

    yes i want to customize the number of stars displayed for my product

    #650659

    Hung Pham
    Keymaster

    Hi dhndigitalmarketing,

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

    div.star-rating span:before {
        content: "\f148" "\f148" "\f148" "\f148" "\f148";
    }

    Regards,

    #650966

    dhndigitalmarketing
    Participant

    I added the css but no result

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

    Hung Pham
    Keymaster

    Hi dhndigitalmarketing,

    Please remove above Custom CSS, and use below one:

    div.star-rating:before {
        content: "\f148" "\f148" "\f148" "\f148" "\f148";
        color: #EABE12;
    }

    Regards,

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