Home Forums WoodMart support forum Size Guide icon

Size Guide icon

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #356381

    witekszpak1
    Participant

    How can I change size guide icon?

    #356401

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-sizeguide-icon>a:before {
    content: “\f13f”;
    }

    Best Regards

    #356432

    witekszpak1
    Participant

    thanks but still dont know how tu put here my own icon

    #356462

    Hello,

    Which icon do you want to add instead of the size guide icon??

    Best Regards

    #446433

    studiobs.praca
    Participant

    In the documentation of the theme there is no information about the icon for “size guide buttons”.
    Adding CSS code does not work.

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

    Hi,

    Please try the following css:

    .wd-sizeguide-icon>a:before {
        content: "\f080";
        font-family: "Font Awesome 5 Free";
    }

    This function can be activated in Theme Settings -> Shop and the Size guides option is enabled at the bottom of the setting. A new size guide chart can be added in Dashboard -> Products -> Size Guides.
    https://xtemos.com/docs-topic/size-guides/.

    If you want to use font awesome icons then you don’t need to import any script. You can only enable the option in Theme Settings

    Best Regards.

    #446707

    studiobs.praca
    Participant

    what settings to choose?

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

    Hi,

    Theme Settings -> Performance -> Fonts & Icons -> “font-display” for Google fonts and icons. We recommend setting the “Swap” value there for better performance.

    Here is the documentation:
    https://xtemos.com/wordpress-performance-optimization-the-ultimate-guide-in-2021/

    Best Regards.

    #446772

    studiobs.praca
    Participant

    still not working

    #446993

    Hi,

    The screenshots that you sent earlier are configured in the theme performance setting. I replied to those screenshots that you sent me.

    Best Regards.

    #447173

    studiobs.praca
    Participant

    doesn’t work !

    #447316

    Hello,

    Sorry for all the earlier misunderstandings !

    The Icon showing for the Size Guide is by default coming from the Theme end. So, there isn’t an option available to change that right now. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    Trying a CSS alternative is an option which can be tried of in this regard but it is not suggested in this matter because there isn’t a defined Icons List available right now through which you can choose one and try to use it on the Size Guide link. Hope you can understand !

    Best Regards

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