Home Forums WoodMart support forum Change Text & Icon for ‘Visitor Counter’

Change Text & Icon for ‘Visitor Counter’

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

    MYP
    Participant

    The ‘Visitor Counter’ module in Woodmart does not seem to have the option to change the text.
    It shows “46 People watching this product now!”

    How can we change the text to “46 customers viewed this in the last 24 hours”

    Also, how can we change the current ‘eye’ icon to the left of this text to something else?

    ILLUSTRATIVE SCREENSHOT ATTACHED

    • This topic was modified 2 months, 1 week ago by MYP.
    Attachments:
    You must be logged in to view attached files.
    #716854

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can change that text by using the Loco Translate plugin, here is our article on how to use it – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Try to define it in Theme Settings > Custom CSS.

    .wd-visits-count:not(.wd-with-icon) .wd-info-icon:before {
        content: "\f18a" !important;
        font-family: "woodmart-font" !important;
    }

    Then, navigate to Typography > Icons fonts > Check the icons and change the content code as per your requirements.

    Best Regards

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