Home Forums WoodMart support forum edit menu

edit menu

Viewing 30 posts - 1 through 30 (of 112 total)
  • Author
    Posts
  • #20116

    bubienok
    Participant

    Hi

    how can I change top menu?

    pls look at attached picture

    thx

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

    Artem Temos
    Keymaster

    Hello,

    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 Studio

    #20134

    bubienok
    Participant

    Thank you

    and where I can edit ,,sticky menu,,?

    #20138

    Eric Watson
    Participant

    Hello,

    Could you please explain what exactly you want to change? Please, provide some screenshots. Thank you.

    Kind Regards
    XTemos Studio

    #20200

    bubienok
    Participant

    I 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.
    #20205

    Artem Temos
    Keymaster

    Unfortunately, there are no options for the sticky header in the theme and it can be edited only with additional code customization.

    #20235

    bubienok
    Participant

    if I want change width of logo in sticky header?

    #20238

    Artem Temos
    Keymaster

    OK, write us the width you want to set and we will prepare a custom CSS snippet for you.

    #20290

    bubienok
    Participant

    pls , 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

    #20297

    Artem Temos
    Keymaster

    Here is a CSS code for this

    .act-scroll .site-logo img  {
    	max-width:150px
    }
    #20298

    bubienok
    Participant

    thank you

    can I add Categories menu to sticky header?

    …or hamburger menu (like mobile version ) ?

    #20311

    Artem Temos
    Keymaster

    Sorry, but there is no such opportunity in our theme at the moment.

    #20393

    bubienok
    Participant

    Do you plan something like this on the near future?

    #20395

    Artem Temos
    Keymaster

    At 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

    #20791

    bubienok
    Participant

    Hi

    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.
    #20795

    Artem Temos
    Keymaster

    Hi,

    Are you able to provide us your website link so we can see your menu structure and prepare a code snippet?

    Regards

    #21739

    bubienok
    Participant

    Hi

    how can I add ,,popup,, Contact form 1-3 ?

    thank you

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

    Artem Temos
    Keymaster

    Hi,

    If you want to use a button with a popup, you need to use “Popup” Visual Composer element.

    Kind Regards

    #21899

    bubienok
    Participant

    css class for Contact form doesnt exist ?

    this is for newsletter
    CSS class : woodmart-open-newsletter

    thx

    #21901

    Artem Temos
    Keymaster

    No, 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.

    #21928

    bubienok
    Participant

    thank you

    how can I change background, form.. etc of newsletter popup?

    #21939

    Artem Temos
    Keymaster

    You can customize it in Theme Settings -> Shop -> Promo popup.

    Regards

    #22035

    bubienok
    Participant

    thank 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

    #22036

    Artem Temos
    Keymaster

    Try 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.

    #22202

    bubienok
    Participant

    thank 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.
    #22212

    Artem Temos
    Keymaster

    Hi,

    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

    #22216

    bubienok
    Participant

    thank 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 picture

    thx

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

    Artem Temos
    Keymaster

    Hi,

    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

    #22224

    bubienok
    Participant

    thank you

    how can I align prices , texts on grid of Products tabs ?

    thx

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

    Artem Temos
    Keymaster

    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?

Viewing 30 posts - 1 through 30 (of 112 total)