Home › Forums › WoodMart support forum › edit menu
edit menu
- This topic has 111 replies, 4 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
October 21, 2017 at 7:09 pm #22241
bubienokParticipant2 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;
}October 21, 2017 at 8:32 pm #22245October 22, 2017 at 7:54 am #22252
Artem TemosKeymasterYou can use the same code but add it for mobile devices only and choose what height for the title to set.
October 22, 2017 at 10:15 am #22263
bubienokParticipantyour 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 linesthank you
October 22, 2017 at 6:24 pm #22267
Artem TemosKeymasterTry 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; }
October 23, 2017 at 12:24 pm #22310
bubienokParticipantOctober 23, 2017 at 12:39 pm #22313
Artem TemosKeymasterPlease, provide us a link where we can see it on your website.
October 23, 2017 at 1:10 pm #22314
bubienokParticipantprivate content
October 23, 2017 at 1:42 pm #22320
Artem TemosKeymasterHere is how it looks now https://gyazo.com/89a4b2a4efe53b5572b30edf6b4974a5
October 23, 2017 at 2:40 pm #22323
bubienokParticipantmedia (max-width: 480px)
div.woodmart-hover-base .hover-content {
max-height: 6px;I see no changes on my mobile 🙁
October 23, 2017 at 2:43 pm #22325
Artem TemosKeymasterBe sure that you reload your browser tab after resize.
October 23, 2017 at 3:37 pm #22332
bubienokParticipantIm trying everythin but No changes
.. can I disable hover-content ?
October 23, 2017 at 5:41 pm #22345
Artem TemosKeymasterDid you try to check it from real mobile devices? You can hide it with CSS only.
October 23, 2017 at 6:42 pm #22349
bubienokParticipantOctober 23, 2017 at 7:23 pm #22352
Artem TemosKeymasterYou don’t need to use these media queries. Just place the code to the Custom CSS for mobile devices area in Theme Settings.
October 23, 2017 at 8:20 pm #22355
bubienokParticipantproblem 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.October 24, 2017 at 6:09 am #22375
Artem TemosKeymasterTry to use this one for mobile devices
div.product-grid-item .hover-content { max-height: 10px!important; }
October 24, 2017 at 6:35 pm #22468
bubienokParticipantthank you very much
I gave you 5* for supportplz , can you check why I dont get email when theme is updated ?
October 25, 2017 at 6:10 am #22487
Artem TemosKeymasterThank you very much for the review. We usually send email notification only in case of critical and major updates.
October 26, 2017 at 5:29 pm #22641
bubienokParticipantHi
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.October 26, 2017 at 6:16 pm #22645
Artem TemosKeymasterHi,
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?
October 26, 2017 at 7:35 pm #22650
bubienokParticipant1/ add css padding left 18px for 2level menu
padding left 22px for 3level menu ??
and different colors2/ conten hover shows only product name and icons (add to…etc)
October 27, 2017 at 7:40 am #22670
Bogdan DonovanKeymasterTry 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
October 29, 2017 at 8:12 am #22794
bubienokParticipantthank you
1/how can I delete from menu ,My account, submenu ,download, ?
2/how can I disable icon of youtube on top menu ?October 29, 2017 at 1:30 pm #22809
Artem TemosKeymasterHi,
1. You can disable it in Theme Settings -> Header -> Other.
2. Configure your social buttons shortcode in Theme Settings -> Social profiles.
Regards
October 29, 2017 at 5:18 pm #22817
bubienokParticipantthank you
but I want to remove …attached picture
October 30, 2017 at 7:17 am #22838
Artem TemosKeymasterCould you please attach a screenshot less than 512KB?
October 30, 2017 at 8:25 pm #22905
bubienokParticipantattached picture
1. remove Download etc from My account
2.remove some icons from topbarthank you
Attachments:
You must be logged in to view attached files.October 31, 2017 at 6:55 am #22920
Artem TemosKeymasterHi,
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
November 1, 2017 at 11:41 am #23002
bubienokParticipantthank you
how can I change font size of menu categories/subcategories , font size of products (grid,carousel) , ajax product tabs ?
custom css only?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register