Home Forums WoodMart support forum Mobile version Changes

Mobile version Changes

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #396416

    1. In mobile version: Change “show sidebars” to “show filters”
    2. In mobile version: Change the default filter icon to another one using fontawesome

    see screenshot

    #396417

    screenshot is here

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

    Hello,

    You can translate/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

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Could you kindly advise which icon you would like to place instead?

    Best Regards

    #396437

    Sounds good, I will check all of that and come back if I have a problem.

    For the icon I would like to use this one: <i class=”fa-solid fa-filter”></i> (https://fontawesome.com/icons/filter?s=thin)

    #396674

    Hello,

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

    @media (max-width: 768.98px){
    body .woocommerce-ordering.wd-ordering-mb-icon:after {
        color: var(--color-gray-900);
        font-size: 20px;
        content: "\f118";
        font-family: "woodmart-font";
    }
    }

    Best Regards

    #396699

    Thanks

    #396865

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Mobile version Changes’ is closed to new replies.