Home Forums WoodMart support forum Header Icons

Header Icons

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

    admin-2531
    Participant

    Hi,

    Is there a way I can make the header icons rounded squares instead of circles?
    Image attached.

    Thanks

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

    admin-2531
    Participant

    Also,

    How can I have the product star review show the start rating (1 – 5) after the stars, instead of (5 customer reviews)
    I want
    ★★★★★ 5.0

    Thanks

    #650362

    Hung Pham
    Keymaster

    Hi admin-2531,

    Thanks for reaching to us and appreciate your patience.

    1. Square icons

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

    div.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon),
    div.wd-tools-element.wd-design-8 .wd-tools-inner,
    div.wd-tools-element.wd-design-8 .wd-tools-icon{
        border-radius: 0;
    }

    2. Stars rating

    You want to show rating count for real rated products only?

    Regards,

Tagged: 

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