Home › Forums › WoodMart support forum › Home page with icon only › Reply To: Home page with icon only
November 23, 2019 at 7:43 pm
#158575
Elise Noromit
Member
Hello,
Alternatively, we can hide it with the custom CSS, however, as far as I know it is not good from the SEO point of view.
Here is the code:
body .woodmart-navigation .menu li a i {
margin-right: 7px;
font-size: 30px;
color:black;
}
body .woodmart-navigation .menu li:first-child > a {
margin-right: 7px;
font-size: 0;
color:white;
}
Best Regards