Home Forums WoodMart support forum Edit a single extra menu list

Edit a single extra menu list

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #158243

    TigoVape
    Participant

    Hi. Is it possible to edit a single extra menu list, specifically to change the color and bold?

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

    Hello,

    You can assign a class to the element and assign custom CSS to it. If you need help with the CSS, please assign a class and advise which item to customize and how I will provide custom CSS

    Best Regards

    #158261

    TigoVape
    Participant

    I already assigned a class name Negrita-Extra-Menu-List to it. I would like your help to make the extra menu list Bold. Thank you.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .vertical-navigation .menu-mega-dropdown .sub-sub-menu li.Negrita-Extra-Menu-List a {
        font-weight:bold;
    }

    Best Regards

    #158280

    TigoVape
    Participant

    Thank you for your fast repply. Now is Bold, but it is not standing out. How can I change that? Please look the Screenshot_7. Also, I need to reduce this white space. Please look this image http://prntscr.com/q077ot

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

    Hello,

    You can change the color of the text and make it bright:

    .vertical-navigation .menu-mega-dropdown .sub-sub-menu li.Negrita-Extra-Menu-List a {
        font-weight:bold;
    color:red; 
    }

    set the color as per your needs or insert font-size:20px; instead of the color, it will make the font bigger.

    As for the gap enter each row settings and set zero into the paddings and margins https://wpbakery.com/video-academy/use-element-design-options-wpbakery-page-builder-wordpress/

    Best Regards

    #158304

    TigoVape
    Participant

    Thanks!
    It worked.

    Another question.
    I want the shop category menu, to show the icons regular size, like this: https://prnt.sc/q0asa7

    I know that’s the “Image (icon) for categories navigation on the shop page” on the category itself.
    But i keep uploading the images and they keep showing on smaller size, like this: https://prnt.sc/q0asvu

    How can i change the size, to be on a regular size?

    Thanks.

    #158331

    Hello,

    You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”30″ height=”30″ (or size you need) attributes to your <svg> tag like it is shown: http://prntscr.com/m4n0qw
    Then you will need to re-upload your icons in WordPress Dashboard.

    Best Regards

    #158459

    TigoVape
    Participant

    Still no luck.
    I edited to to 30, to 500, to 1000.

    The size is still reduced to the smallest possible.

    #158474

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .hasno-product-count .category-nav-link .category-icon {
    max-height: 100px;
    }

    Set the max-height as per your needs.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)