Home Forums WoodMart support forum edit menu

edit menu

Viewing 22 posts - 91 through 112 (of 112 total)
  • Author
    Posts
  • #26820

    Bogdan Donovan
    Keymaster

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

    .site-navigation .menu > li:not(:last-child) > a {
    	border-right: 1px solid #CDCDCD;
    }
    
    div.navigation-wrap .main-nav .item-level-0>a {
    	height: 30px;
    	line-height: 30px;
    	margin-top: 10px;
    	margin-bottom:10px;
    }
    
    div.navigation-wrap .main-nav .sub-menu > li > a {
    	border-bottom: 1px solid #CDCDCD;
    }

    Regards

    #26823

    bubienok
    Participant

    no changes
    please can you check it ?

    thank you

    #26825

    Bogdan Donovan
    Keymaster

    Apparently, the snippet was copied with errors. https://gyazo.com/8de20c925efdb072f4fd927f2929957b
    Please, check now.

    Regards

    #26827

    bubienok
    Participant

    so sorry 🙁

    thank you

    how can I remove Directional Icons (fa-angle-down – “\f107”) from main menu or add another Icons ?

    thx

    #26838

    Artem Temos
    Keymaster

    Hi,

    Use this code to hide them

    .woodmart-navigation .item-level-0.menu-item-has-children>a:after {
        display: none;
    }

    Regards

    #26849

    bubienok
    Participant

    thank you very much

    how can I add this code to sticky header menu ? I think underline for Title

    .site-navigation .menu > li:not(:last-child) > a {
    border-right: 1px solid #CDCDCD;
    }

    div.navigation-wrap .main-nav .item-level-0>a {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom:10px;
    }

    div.navigation-wrap .main-nav .sub-menu > li > a {
    border-bottom: 1px solid #CDCDCD;
    }

    #26875

    Bogdan Donovan
    Keymaster

    Please, use this code snippet to add title underline in the sticky header menu.

    div.site-navigation .sub-menu > li > a {
    	border-bottom: 1px solid #CDCDCD;
    }

    Regards

    #27330

    bubienok
    Participant

    thank you

    I have problem, I cannt add Woodmart html block to widget area in the header (html block header-digitals)

    can you check it please?

    thx

    #27362

    Artem Temos
    Keymaster

    Hi,

    We added it with a text widget and now it seems to work correctly. Please, check.

    #27567

    bubienok
    Participant

    thank you

    but images (icons) arent visible

    #27571

    Artem Temos
    Keymaster

    Maybe some problem with your icons SVG files. Try to upload other icons for that.

    #27574

    bubienok
    Participant

    I was trying upload new svg but no changes

    #27612

    Artem Temos
    Keymaster

    Hi,

    We changed the widget to Custom HTML and now it works correctly.

    #27781

    bubienok
    Participant

    thanky you

    how can I remove Wishlist from Top bar to Header ?

    thx

    #27814

    bubienok
    Participant

    pls delete , I found it 🙂

    #27829

    Artem Temos
    Keymaster

    Great, we are glad that you have found the solution.

    #28131

    bubienok
    Participant

    Hi, I uploaded logo image white – footer but no changes on home page

    can you help me ?

    https://lekarensenec.sk/demo-digitals/

    #28160

    Artem Temos
    Keymaster

    Hi,

    What do you mean? We see that the logo is looking correctly on the home page. If you are talking about the footer logo image so you can edit it in Appearance -> Widgets.

    Regards

    #28197

    bubienok
    Participant

    thank you

    why the Footer layout – Four Columns isnt align to the center?

    pls can you check it?

    thx

    #28212

    Artem Temos
    Keymaster

    Could you please attach a screenshot for a better explanation?

    Thank you

    #28226

    bubienok
    Participant

    attached picture, align center

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

    Artem Temos
    Keymaster

    It is perfectly aligned at the moment. You just don’t see an empty area in the last column and that is why think that it is not centered. Check this https://gyazo.com/02f3ae453421b6b401f4494514cc1eb0

Viewing 22 posts - 91 through 112 (of 112 total)