Home Forums WoodMart support forum SETTING UP THE MOBILE VERSION OF THE SITE

SETTING UP THE MOBILE VERSION OF THE SITE

Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • #204569

    Hello,

    You are Most Welcome.

    Please add the following Custom CSS.

    .hotspot-product .price::before {
    content: "цена: ";
    font-size: 19px;
    }

    Best Regards.

    #204591

    Evgeny Sviridov
    Participant

    Thank! Can I add additional text after the price? (screenshot 6) As shown in screenshot 7.

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

    Hello,

    I saw the screenshot you attached. If want to add text after the price then you need to use the following Custom CSS.

    .hotspot-content .price::after {
    content: "/M2";
    font-size: 15px;
    }

    Best Regards.

    #204709

    Evgeny Sviridov
    Participant

    Thank! How can I swap the tabs “отзывы” and “характеристики”? (screenshot 8)

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

    Hello,

    I saw the screenshot you attached. The tabs are WooCommerce functionality and our theme doesn’t influence them.

    You can read the following article for further help:
    https://docs.woocommerce.com/document/editing-product-data-tabs/

    Best Regards.

    #204770

    Evgeny Sviridov
    Participant

    Please help me, this is my last question in this topic. I have added the following code to the file of the child theme “functions.php”:

    function woo_reorder_tabs ($ tabs) {
    $ tabs [‘woodmart_custom_tab’] [‘priority’] = 11;
    $ tabs [‘reviews’] [‘priority’] = 12;
    return $ tabs;
    }
    add_filter (‘woocommerce_product_tabs’, ‘woo_reorder_tabs’, 98);

    Everything used to work fine, but now it has stopped working.

    #204783

    Hello,

    I have changed the order of tabs on the product page on your website. Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/qC1S6m3

    Best Regards.

    #204792

    Evgeny Sviridov
    Participant

    Thank! You helped solve my problem.

    #204805

    Most Welcome!!!..

    Well, @Evgeny Sviridov!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 9 posts - 31 through 39 (of 39 total)

The topic ‘SETTING UP THE MOBILE VERSION OF THE SITE’ is closed to new replies.