Home Forums WoodMart support forum edit menu

edit menu

Viewing 30 posts - 31 through 60 (of 112 total)
  • Author
    Posts
  • #22241

    bubienok
    Participant

    2 lines (32 characters ?)

    thank you very much

    pls can you edit this css also for mobile (tablet etc)

    div.woodmart-hover-base .hover-content {
    max-height: 66px;
    }

    #22245

    bubienok
    Participant

    @media (max-width: 480px)

    #22252

    Artem Temos
    Keymaster

    You can use the same code but add it for mobile devices only and choose what height for the title to set.

    #22263

    bubienok
    Participant

    your question:

    If you want, we can give you a CSS code to make all titles in the same height. How many lines of texts do you want to set?
    ————————————————————————————————
    I would like 2 lines

    thank you

    #22267

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .product-grid-item .product-title {
    	min-height: 40px;
    	line-height:20px;
    }
    #22310

    bubienok
    Participant

    thank you

    is this code right ?

    }

    @media
    (max-width: 480px)
    div.woodmart-hover-base .hover-content {
    max-height: 16px;
    }

    but no changes, attached picture

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

    Artem Temos
    Keymaster

    Please, provide us a link where we can see it on your website.

    #22314

    bubienok
    Participant

    private content

    #22320

    Artem Temos
    Keymaster
    #22323

    bubienok
    Participant

    media (max-width: 480px)
    div.woodmart-hover-base .hover-content {
    max-height: 6px;

    I see no changes on my mobile 🙁

    #22325

    Artem Temos
    Keymaster

    Be sure that you reload your browser tab after resize.

    #22332

    bubienok
    Participant

    Im trying everythin but No changes

    .. can I disable hover-content ?

    #22345

    Artem Temos
    Keymaster

    Did you try to check it from real mobile devices? You can hide it with CSS only.

    #22349

    bubienok
    Participant

    Yes I did

    The problem is only on mobile

    }
    div.woodmart-hover-base .hover-content {
    max-height: 26px;
    }

    @media
    (max-width: 480px)
    div.woodmart-hover-base .hover-content {
    max-height: 6px;
    }

    @media
    (max-width: 767px)
    div.woodmart-hover-base .hover-content {
    max-height: 10px;

    #22352

    Artem Temos
    Keymaster

    You don’t need to use these media queries. Just place the code to the Custom CSS for mobile devices area in Theme Settings.

    #22355

    bubienok
    Participant

    problem is only on mobile device

    attached picture

    can you write me css to hide hover content ?

    thank you

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

    Artem Temos
    Keymaster

    Try to use this one for mobile devices

    div.product-grid-item .hover-content {
        max-height: 10px!important;
    }
    #22468

    bubienok
    Participant

    thank you very much
    I gave you 5* for support

    plz , can you check why I dont get email when theme is updated ?

    #22487

    Artem Temos
    Keymaster

    Thank you very much for the review. We usually send email notification only in case of critical and major updates.

    #22641

    bubienok
    Participant

    Hi

    1/ can you make mobile menu like… attached picture ? 1level different as 2level.. etc
    2/ can you write me css to hide content on hover ?

    thank you

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

    Artem Temos
    Keymaster

    Hi,

    1. In general, this menu looks absolutely different and requires additional customization to make the menu look like this. What exactly do you like there?

    2. What content do you want to hide?

    #22650

    bubienok
    Participant

    1/ add css padding left 18px for 2level menu
    padding left 22px for 3level menu ??
    and different colors

    2/ conten hover shows only product name and icons (add to…etc)

    #22670

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .mobile-menu-tab .sub-menu-dropdown {
    	background-color: #f3f4f5;
    }
    
    .mobile-menu-tab .sub-menu-dropdown a {
    	padding-left: 38px;
    }
    
    .mobile-menu-tab .sub-menu-dropdown .sub-sub-menu {
    	background-color: #dadada;
    }
    
    .mobile-menu-tab .sub-menu-dropdown .sub-sub-menu a {
    	padding-left: 42px;
    }
    
    .product-grid-item .hover-content {
    	display: none;
    }
    
    .product-grid-item .content-product-imagin {
    	margin-bottom: -50px !important;
    }

    Regards

    #22794

    bubienok
    Participant

    thank you

    1/how can I delete from menu ,My account, submenu ,download, ?
    2/how can I disable icon of youtube on top menu ?

    #22809

    Artem Temos
    Keymaster

    Hi,

    1. You can disable it in Theme Settings -> Header -> Other.

    2. Configure your social buttons shortcode in Theme Settings -> Social profiles.

    Regards

    #22817

    bubienok
    Participant

    thank you

    but I want to remove …attached picture

    #22838

    Artem Temos
    Keymaster

    Could you please attach a screenshot less than 512KB?

    #22905

    bubienok
    Participant

    attached picture

    1. remove Download etc from My account
    2.remove some icons from topbar

    thank you

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

    Artem Temos
    Keymaster

    Hi,

    1. Here is an article that should help you edit/remove any items from your account menu in WooCommerce https://rudrastyh.com/woocommerce/my-account-menu.html

    2. Configure your social buttons shortcode in Theme Settings -> Social profiles. There you can choose which icons to show.

    Regards

    #23002

    bubienok
    Participant

    thank you

    how can I change font size of menu categories/subcategories , font size of products (grid,carousel) , ajax product tabs ?

    custom css only?

Viewing 30 posts - 31 through 60 (of 112 total)