Home › Forums › WoodMart support forum › Icons disapears when clicking from the top banner › Reply To: Icons disapears when clicking from the top banner
Aizaz Imtiaz Awan
Hello,
After testing I noticed that the menu you used in your top bar is “Top Bar Right” and you used a link without https and using simply http, which is the cause of this issue. But now I put https and the issue is fixed.
Screenshot of the link that you used before: https://jmp.sh/lKT8CBj
I use the below CSS code in Theme Settings >> Custom Code >> Global Custom CSS to use the square boxes around the icons, size bigger, real colors and hover effect.
.woodmart-social-icons.icons-size-default i{
font-size:25px;
border: solid white 2px;
padding: 6px;
}
.icons-design-default .woodmart-social-icon i:hover{
color:red;
}
You can also change the hover color in the above code.
To move the icons to left you need to use your icons in the footer’s first column from Appearance >> Widgets.
Best Regards.