Home Forums WoodMart support forum Deletion of some functions

Deletion of some functions

Viewing 30 posts - 1 through 30 (of 31 total)
  • Author
    Posts
  • #499879

    ryanvae01
    Participant

    My products are more commercial, not for personal consumption. So I wanted to make the product ordering feature more concise. I need to remove some features: compare, cart, share
    Also I want to add an inquiry function directly under the product attributes, how can I do that?

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You can find these options in the Theme Settings.

    1. In order to hide the social networks, you need to disable them in the Theme Settings > Single products > Elements you will find “Share buttons” options.

    You can disable Compare and Wishlist in the Theme Settings > Shop > Compare /Whislist, if you want to remove the header, you need to edit the Header builder and remove this element there.

    If you have any questions please feel free to contact us.

    Best Regards

    #499939

    ryanvae01
    Participant

    how to remove button ‘add to cart’

    #499943

    Hello,

    You will need to enable Catalog mode in the Theme Settings > Shop.

    If you have any questions please feel free to contact us.

    Best Regards

    #501423

    ryanvae01
    Participant

    how to remove button ‘add to cart’

    I didn’t find it. Could you take a screenshot to show it

    #501600

    Hello,

    If you want to enable the Catalog mode, you can find the option in Theme Settings > Shop > Scroll a bit to find the option: https://gyazo.com/bb22bd1ede07b2d1b56da8039dd8fd18

    If you have any questions please feel free to contact us.

    Best Regards

    #501701

    ryanvae01
    Participant

    but, I want to keep the ‘buy now’ button.
    In addition, I have tried deleting share and compare that you taught me before, but it doesn’t work.And the stock progress bar.

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

    Hello,

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

    body .single_add_to_cart_button{
    display:none;
    }

    Best Regards

    #502098

    ryanvae01
    Participant

    succeed, cool.

    May I ask if it will be invalid after the theme is updated? need to re-add the code then?

    #502229

    Hello,

    When you add the CSS code to the Theme Settings > Custom CSS it will remain even after the theme update.

    If you have any questions please feel free to contact us.

    Best Regards

    #502242

    ryanvae01
    Participant

    How do I put a background color on one of the menu bars

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

    Hello,

    You can find the option to show the button in the menu item.

    Please check this manual: https://xtemos.com/docs-topic/create-mega-menu/

    If you have any questions please feel free to contact us.

    Best Regards

    #502375

    ryanvae01
    Participant

    You can miss my point, I don’t need a drop-down menu, I just need to change a menu button.
    For example, the key “project”, the font size is larger or change the font color or change the font background.

    #502517

    Hello,

    Please find the class field in the menu item: https://gyazo.com/be7043fb7887956f7f1c0a3060a83b14

    Please insert the class, we will provide a custom CSS.

    If you have any questions please feel free to contact us.

    Best Regards

    #502731

    ryanvae01
    Participant

    I tried it. Bold font, but it didn’t work.

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

    Hello,

    I am checking the main menu and I cannot find this class, what menu I should check and which menu item, please?

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #503029

    ryanvae01
    Participant

    Main header navigation

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

    Hello,

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

    body .wd-nav>li[class*="project"]>a span {
        font-weight:bold;
    	color:red;
    	background-color:yellow;
    }

    You need to replace the colors and set the styles as per your needs.

    Best Regards

    #503164

    ryanvae01
    Participant

    Have not come into effect

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

    Hello,

    We have cleared the cache now it works.

    Please let us know if you need further help.

    Best Regards

    #503501

    ryanvae01
    Participant

    The menu bar on the side, where is the control I want to remove

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

    ryanvae01
    Participant

    ‘project’ can change the text color and background color, but cannot make the font bold

    #503791

    Hello,

    You use custom fonts on your site, with semi-bold weight: https://gyazo.com/829ad67a0c4c2d0f67fb5db3fa2e4e88

    This font does not assume to show bold letters.

    Please consider using the font, in which the bold state would be actually visible.

    If you have any questions please feel free to contact us.

    Best Regards

    #504237

    ryanvae01
    Participant

    The menu bar on the side, where is the control I want to remove
    Please help me solve this problem

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

    Hello,

    This menu is shown by means of the Stiky aviation element of the Header builder: https://xtemos.com/docs-topic/how-to-add-and-edit-builder-elements/

    Please check these manuals to see on how to edit the menu: https://xtemos.com/docs-topic/adding-menu-to-the-site/

    If you have any questions please feel free to contact us.

    Best Regards

    #504320

    ryanvae01
    Participant

    I didn’t find where to operate
    Now my demand is very specific, that is, there is no need to display the side menu bar, please tell me how to achieve.

    #504336

    ryanvae01
    Participant

    Blog post page, does not show categories and authors.
    What can I do to remove them?

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

    Hello,

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

    body .wd-post-cat.wd-style-with-bg {
        display: none;
    }
    body .wd-entry-meta .meta-author {
        display:none;
    }

    Best Regards

    #504617

    ryanvae01
    Participant

    How can a single product display color attributes, preferably colored ICONS

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

    Hello,

    As per the screen, you create a product on the custom attribute, you need to use the global attributes in Product > Attribute.

    Pelase check this manual: https://xtemos.com/docs-topic/variable-products-and-swatches/

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 30 posts - 1 through 30 (of 31 total)

The topic ‘Deletion of some functions’ is closed to new replies.