Home › Forums › WoodMart support forum › Edit a single extra menu list
Edit a single extra menu list
- This topic has 9 replies, 2 voices, and was last updated 5 years, 3 months ago by
Elise Noromit.
-
AuthorPosts
-
November 21, 2019 at 3:24 pm #158243
TigoVapeParticipantHi. 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.November 21, 2019 at 3:56 pm #158255
Elise NoromitMemberHello,
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
November 21, 2019 at 4:06 pm #158261
TigoVapeParticipantI 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.November 21, 2019 at 4:31 pm #158269
Elise NoromitMemberHello,
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
November 21, 2019 at 5:05 pm #158280
TigoVapeParticipantThank 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.November 21, 2019 at 5:18 pm #158282
Elise NoromitMemberHello,
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
November 21, 2019 at 9:41 pm #158304
TigoVapeParticipantThanks!
It worked.Another question.
I want the shop category menu, to show the icons regular size, like this: https://prnt.sc/q0asa7I 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/q0asvuHow can i change the size, to be on a regular size?
Thanks.
November 22, 2019 at 7:44 am #158331
Elise NoromitMemberHello,
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
November 22, 2019 at 3:44 pm #158459
TigoVapeParticipantStill no luck.
I edited to to 30, to 500, to 1000.The size is still reduced to the smallest possible.
November 22, 2019 at 6:43 pm #158474
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register