Home Forums WoodMart support forum I have some problems to fix

I have some problems to fix

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #202032

    nickla24
    Participant

    Hello i have some problems and i want to help me. My website is https://theofilosjewelry.com

    1) Underline Menu – I don’t want the menu Titles to be underlined (SHOP WOMEN, COLLECTION, FEATURED) (See attachment file )

    2) Products – I want the icon heart to appear without the frame (See attachment file )

    3) Header icons – We want the icons to move when the mouse click on them like Tiffany’s website
    ( https://www.tiffany.com/)

    4) Product page – I want to increase the width to the right of the main photo, which has the description and the product options. (See attachment file )

    5) MOBILE VERSION MENU – I want to be left only the menu CATEGORIES (See attachment file )

    6) MOBILE VERSION MENU – I want to Increase the box that you add the product

    (See attachment file )

    Thanks

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

    Hello,

    I saw the screenshots you attached.

    1) To Remove the line under the sub menu items you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .sub-menu-dropdown.color-scheme-dark .woodmart-nav-link .nav-link-text::after {
    display: none;
    }

    2) To remove the background from the WishList icon you need to add the following Custom CSS.

    .woodmart-buttons.wd-pos-r-t {
    box-shadow: none;
    }

    3) You can set the product page layout from Theme Settings >> Product Page.

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

    4) The icons in the website you provided are svg icons not the simple icons and you could not make the simple icons move like them.

    5) To remove the menu from the mobile menu you need to add the following Custom CSS.

    .mobile-menu-tab.active {
    display: none;
    }

    6) Your last screenshot doesn’t clarify what you actually require. Please provide with some relevant screenshot to check it myself and help you out accordingly.

    Best Regards.

    #202138

    nickla24
    Participant

    Hello, thank you

    1) Underline Menu – I don’t want the menu Titles to be underlined (SHOP WOMEN, COLLECTION, FEATURED) (See attachment file )

    For this i want to remove underlined only for titles that havent url. For example, if you open “WOMEN” item you can see Main Titles SHOP WOMEN, COLLECTION, Angels Collections, FEATURED.I don’t want these menu Titles to be underlined. The other submenu below from Main Titles i want to be underlined.

    6) Mobile version of the site – You can see a black cube on the left of image product. Is it possible to appear like desktop version? I send you a new image.

    3) Header icons – We want the icons to move when the mouse click on them like Tiffany’s website
    ( https://www.tiffany.com/)
    For this questions can you make a customization to appear like tiffany? And how much?

    5) To remove the menu from the mobile menu you need to add the following Custom CSS.
    For this i add the code but now remove all the Menu and Categories. I want to remove only the left Menu tab. Also i would like to rename Categories tab. You can see the tiffany website mobile menu.

    Thanks

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

    nickla24
    Participant

    I send you Image for mobile product cube

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

    Hello,

    1) All the menu links in the sub menu act the same, there is no such option to remove the underline for the specific element leaving the other. The CSS would work the same for all the items.

    Please provide admin panel login details of the website to check it myself and help you out accordingly.

    2) For the mobile add to cart black color background add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-hover-quick .woodmart-add-btn > a {
    background-color: transparent;
    }

    3) Sorry we don’t provide paid customization services this is beyond our limitations and supports policy.

    4) You asked about removing the mobile menu from the side menu that’s why I provided you with the code.

    Please replace the previous code with the following in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .mobile-nav-tabs .mobile-pages-title {
    display: none;
    }

    Best Regards.

    #202296

    nickla24
    Participant

    Hello and thanks for your reply.

    About 4) Now the menu appear only if i click over the categories. Is it possible to appear categories in active (open) as default? Also i dont want to appear title “CATEGORIES” and remove the Login and Wishlist because there are as icons on mobile header.
    I send you an image to see what i want.
    Thanks

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

    nickla24
    Participant

    Hello,

    i send you admin panel login details to check the 1) question

    1) All the menu links in the sub menu act the same, there is no such option to remove the underline for the specific element leaving the other. The CSS would work the same for all the items.

    #202361

    Hello,

    To remove the wishlist and my account from the mobile menu you need to add the following Custom CSS code in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .site-mobile-menu .menu-item-wishlist, .menu-item-myaccount {
    display: none;
    }

    You could not remove the title When you try to hide the title then you will not be able to open the menu.

    2) I have logged into your website and you could not remove the links under line for some items leaving some items. There is no option in theme settings.

    Best Regards.

    #202632

    nickla24
    Participant

    Hello,

    About mobile menu – is it possible to make the mobile menu to expanding when you click on left menu? Also i want to rename title “CATEGORIES” or hide it.
    Can you suggest me someone to fix the rest of the problems?

    #202655

    Hello,

    Unfortunately, there is no option in Theme Settings to expand the left menu on click.

    To translate the word categories in the mobile menu you need to install and use the loco translate plugin.

    You can watch the video in our documentation for further help:
    https://www.youtube.com/watch?v=D3NsDdMzsls

    Unfortunately, we are unable to suggest anyone for that task. You can hire a third party person.

    Best Regards.

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