Home Forums WoodMart support forum Ruler and Size Guide

Ruler and Size Guide

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65065

    cumenda
    Participant

    Hi,
    I’m changing the “size guide” to a “technical product sheet”.

    Two questions:

      How I can change the label/text “Size guide” into “Technical product sheet”?
      How I can change the ruler/icon into a different vector/icon?

    Thank You

    #65083

    Hello,

    You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    In order to replace the icon, use this code:

    .sizeguide-btn-wrapp a:before {
        content: "\f438";
        font-family: woodmart-font;
    }

    You can insert your icon from https://fontawesome.com/v4.7.0/

    Best Regards

    #65378

    cumenda
    Participant

    Hi,
    I’m not able to insert the correct icon.

    The icon I would like to use is: https://fontawesome.com/v4.7.0/icon/file-text-o
    On their page they say that the unicode is: f0f6

    So i use this code:
    .sizeguide-btn-wrapp a:before {
    content: “\f0f6”;
    font-family: woodmart-font;
    }

    But it seems it is not working (see attached image)

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

    Hello,

    Please replace font-family: woodmart-font; for font-family: fontawesome;

    Best Regards

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