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
-
September 24, 2017 at 9:48 am #20116
bubienokParticipantHi
how can I change top menu?
pls look at attached picture
thx
Attachments:
You must be logged in to view attached files.September 24, 2017 at 10:46 am #20118
Artem TemosKeymasterHello,
Thank you for choosing our theme and contacting us.
Text in the header can be changed in Theme Settings -> Header. At the moment, an HTML Block shortcode is added there and you can edit its content via Dashboard -> HTML Blocks.
Kind Regards
XTemos StudioSeptember 24, 2017 at 9:12 pm #20134
bubienokParticipantThank you
and where I can edit ,,sticky menu,,?
September 25, 2017 at 6:21 am #20138
Eric WatsonParticipantHello,
Could you please explain what exactly you want to change? Please, provide some screenshots. Thank you.
Kind Regards
XTemos StudioSeptember 25, 2017 at 6:34 pm #20200
bubienokParticipantI would like edit sticky header :
-position of logo
-add ,,browse categories,,
-add icons ,,free shiping,, ..
etc(attached picture)
Attachments:
You must be logged in to view attached files.September 25, 2017 at 7:29 pm #20205
Artem TemosKeymasterUnfortunately, there are no options for the sticky header in the theme and it can be edited only with additional code customization.
September 26, 2017 at 7:15 am #20235
bubienokParticipantif I want change width of logo in sticky header?
September 26, 2017 at 7:25 am #20238
Artem TemosKeymasterOK, write us the width you want to set and we will prepare a custom CSS snippet for you.
September 26, 2017 at 6:34 pm #20290
bubienokParticipantpls , Logo max-width 150px on sticky header
can I remove (add) some menu from sticky header, but no changes on main menu
can you prepare custom CSS ?
thank you
September 26, 2017 at 7:27 pm #20297
Artem TemosKeymasterHere is a CSS code for this
.act-scroll .site-logo img { max-width:150px }
September 26, 2017 at 8:38 pm #20298
bubienokParticipantthank you
can I add Categories menu to sticky header?
…or hamburger menu (like mobile version ) ?
September 27, 2017 at 6:07 am #20311
Artem TemosKeymasterSorry, but there is no such opportunity in our theme at the moment.
September 28, 2017 at 1:54 pm #20393
bubienokParticipantDo you plan something like this on the near future?
September 28, 2017 at 2:01 pm #20395
Artem TemosKeymasterAt the moment, we don’t have such plans. But we will consider your question as a feature request for future updates. We definitely should add more options for the sticky header in the future.
Regards
October 4, 2017 at 4:54 pm #20791
bubienokParticipantHi
how can I add line (with the same px) under title of extra menu?
attached picture
Attachments:
You must be logged in to view attached files.October 4, 2017 at 5:38 pm #20795
Artem TemosKeymasterHi,
Are you able to provide us your website link so we can see your menu structure and prepare a code snippet?
Regards
October 15, 2017 at 6:24 pm #21739
bubienokParticipantHi
how can I add ,,popup,, Contact form 1-3 ?
thank you
Attachments:
You must be logged in to view attached files.October 16, 2017 at 6:03 am #21746
Artem TemosKeymasterHi,
If you want to use a button with a popup, you need to use “Popup” Visual Composer element.
Kind Regards
October 17, 2017 at 2:12 pm #21899
bubienokParticipantcss class for Contact form doesnt exist ?
this is for newsletter
CSS class : woodmart-open-newsletterthx
October 17, 2017 at 2:29 pm #21901
Artem TemosKeymasterNo, there is no such CSS class for the contact form. Actually, you can create an unlimited number of contacts forms and it is not possible to have such class. Try to use our Popup element instead.
October 17, 2017 at 7:06 pm #21928
bubienokParticipantthank you
how can I change background, form.. etc of newsletter popup?
October 18, 2017 at 5:56 am #21939
Artem TemosKeymasterYou can customize it in Theme Settings -> Shop -> Promo popup.
Regards
October 18, 2017 at 5:49 pm #22035
bubienokParticipantthank you
I disabled Promo popup in Theme settings but …I would like open it when I click at Newsletter (top bar)
is it possible?
thx
October 18, 2017 at 7:08 pm #22036
Artem TemosKeymasterTry to not disable it at all but instead set “Show popup after” some time and insert too high value there (9999999 for example). Then you will be able to open the popup on click in the top bar.
October 20, 2017 at 10:05 pm #22202
bubienokParticipantthank you
and..
1. how can I change font size of top bar menu?
2. can I delete left/right border(lines) of top bar menu ?
3.where I can change alternativ color of buttons ?Attachments:
You must be logged in to view attached files.October 21, 2017 at 5:02 am #22212
Artem TemosKeymasterHi,
1 & 2. Use the following CSS code
.header-color-light .topbar-menu .item-level-0>a { font-size:14px; } .header-color-light .topbar-menu .menu { border: none; }
3. You can change buttons colors in Theme Settings -> Styles & Colors.
Regards
October 21, 2017 at 9:22 am #22216
bubienokParticipantthank you very much
1. how can I change height of design ,,show summary on hover,, ?
..maybe less text characters..??
2. when I setup element Product Settings (Grid or Carousel) – General- to ,Carousel, and Design to -,Show summary on hover,- it shows only..attached picturethx
Attachments:
You must be logged in to view attached files.October 21, 2017 at 10:17 am #22220
Artem TemosKeymasterHi,
1. You can decrease it with the following CSS code
div.woodmart-hover-base .hover-content { max-height: 66px; }
2. Unfortunately, this hover style works only with Products grid. It is impossible to make it look the same inside the carousel.
Regards
October 21, 2017 at 2:45 pm #22224
bubienokParticipantthank you
how can I align prices , texts on grid of Products tabs ?
thx
Attachments:
You must be logged in to view attached files.October 21, 2017 at 6:37 pm #22233
Artem TemosKeymasterIf 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?
-
AuthorPosts
- You must be logged in to create new topics. Login / Register