SETTING UP THE MOBILE VERSION OF THE SITE
-
Hello,
You are Most Welcome.
Please add the following Custom CSS.
.hotspot-product .price::before {
content: "цена: ";
font-size: 19px;
}
Best Regards.
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.
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.
Thank! How can I swap the tabs “отзывы” and “характеристики”? (screenshot 8)
Attachments:
You must be
logged in to view attached files.
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.
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.
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.
Thank! You helped solve my problem.
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.
The topic ‘SETTING UP THE MOBILE VERSION OF THE SITE’ is closed to new replies.