Home Forums WoodMart support forum Personalizing the theme

Personalizing the theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101656

    BoRed
    Participant

    Hi! I think it’s a bit too much to ask, but didn’t want to open multiple topics for the next questions,if needed I will do so, but I hope you can help me with following:

    1.I need to hide the “wishlist” and “my account from the mobile menu.
    2.I would like to change the wishlist icon from the stiky menu into a empty star like in the header
    3.Also in the stiky header, I would like to show the searchbar instead of the main menu and if possible to add “Categories” menu before the logo, but only the hamburger
    4.I would like to move the “Upsells” from the product page into a new product tab called Accesorii.

    I will provide access to my website, since currently is in maintenance mode, and some images.

    Thank you for your attention!!

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

    Hello,

    1. Please add this code to the Theme Settings > Custom CSS

    .menu-item-my-account,
    .menu-item-wishlist{
    display:none!important;
    }

    2. Navigate to the Header Builder, switch the o mobile view and add a custom icon to My account element https://ancofrig.ro/

    3. If you enable a sticky header clon it would show the predefined set of elements, if you disable the clone it would show the elements in the header. However, it is not possible to show one order of elements on the default header and another on the sticky.

    4. Please refer and read the nature of upsells products https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/ If you want to show a set of products selected by a certain feature you would better use the Product grid https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/

    Best Regards

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

The topic ‘Personalizing the theme’ is closed to new replies.