Home › Forums › WoodMart support forum › Icons space
Icons space
- This topic has 14 replies, 3 voices, and was last updated 6 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
August 23, 2018 at 6:32 pm #74063
indrapalParticipantTeam,
I have added icons in menu but I don’t know why it’s has extra space in some menu items.
Please have a look and how to fix it (Find attached snap)
August 23, 2018 at 6:34 pm #74064
indrapalParticipantfind snap here https://prnt.sc/km5bt9
Attachments:
You must be logged in to view attached files.August 23, 2018 at 8:07 pm #74075
Elise NoromitMemberHello,
You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add height and width attributes to your
<svg>
tag like it is shown: http://prntscr.com/km6bpdBest Regards
September 3, 2018 at 12:01 pm #75323
indrapalParticipantHi Team,
Need some help,
I have added border to products on shop page, like border-right & border-bottom.
I want to hide border-right on 4th products https://prnt.sc/kq163h , how to do it.
Thanks
Attachments:
You must be logged in to view attached files.September 3, 2018 at 2:03 pm #75340
Elise NoromitMemberHello,
Please add this code to the Theme settings > Custom CSS > Global
.elements-grid { position: relative; } .elements-grid:after { content: ""!important; display: block!important; position: absolute; top: 0; bottom: 0; right: 0; border-right: 1px solid white; }
Best Regards
September 3, 2018 at 2:58 pm #75346
indrapalParticipantThanks but on mobile device with 2 Products columns showing it border at right side
September 3, 2018 at 9:07 pm #75392
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings.
.elements-grid:after { right: 5px; }
Best Regards
September 5, 2018 at 10:17 am #75577
indrapalParticipantThanks Team,
How to add banner in mega menu like your demo has
Attachments:
You must be logged in to view attached files.September 5, 2018 at 12:55 pm #75598
Elise NoromitMemberHello,
1. Create HTML block as shown: http://prntscr.com/kqw01j
2. Add HTML block to menu item https://xtemos.com/docs/woodmart/create-menu-2/
Best Regards
September 6, 2018 at 11:36 am #75802
indrapalParticipantTeam,
Which module to be select for making this type of outer box https://prnt.sc/kr9wqy
September 6, 2018 at 12:37 pm #75815
Elise NoromitMemberHello,
Have a look to the screen https://gyazo.com/26cb76b91516c11dda5945f4b32c16aa
Please find here more instructions and tutorials:
https://wpbakery.com/video-tutorials/
https://kb.wpbakery.com/docs/learning-more/content-elements/
Best Regards
September 6, 2018 at 3:49 pm #75842
indrapalParticipantTeam,
How to change hover color of these text to this color #02a2b5 https://prnt.sc/krdge4
September 6, 2018 at 6:29 pm #75865
Elise NoromitMemberHello,
There two ways to change the hover color, the first one is to change Primary color in the Theme Settings > Styles and colors > Primary color.
If you want to change the color only in menu, add this custom CSS to the Theme settings > Custom CSS:
.whb-color-dark .navigation-style-default .item-level-0>a:hover{ color: #02a2b5; }
Best Regards
September 11, 2018 at 8:22 am #76562
indrapalParticipantHI Team,
Which widget to be use for making this type of view https://prnt.sc/kt0s2b
Attachments:
You must be logged in to view attached files.September 11, 2018 at 8:46 am #76568
Elise NoromitMemberHello,
Navigate to the Theme settings > Product Page > Show/Hide elements and set the “Upsells products” to be shown in the sidebar http://prntscr.com/kt13jo
Best Regards
-
AuthorPosts
The topic ‘Icons space’ is closed to new replies.
- You must be logged in to create new topics. Login / Register