Regarding icon hover css and footer
-
How i can make a css for icon in hover like the web in atached photo #1 ?
2- can i make a footer for mobile like atached photo #2 ?
3- can i take the catogry out of mobile menu so incan have a mobile menue with one tab only ?
4- can i make a very one line simple footer that having a sotial widget and menue and copytight in footer ? Like atashed photo #4 ?
Attachments:
You must be
logged in to view attached files.
This is the forth photo for simple footer
Attachments:
You must be
logged in to view attached files.
Hello,
Your site is under maintenance. As soon as your blocks are ready to provide your site admin access so that we could provide custom CSS.
As for the footer: navigate to the Theme Settings > Footer > set one column. Then create the template in HTML blocks https://xtemos.com/docs/woodmart/html-blocks-2/ And add this HTML block to Appearance > Widgets > Footer column.
If you want to remove categories from the mobile menu, navigate Header builder > mobile view > edit mobile menu element.
Best Regards
Thank for the reply
Now i removed the maintenance mode
So please try to make the css for the icon hover as photo #1
And the footer in mobile as photo #2
Hello,
Please set the color as per your needs and add this code to the Theme Settings > Custom CSS > Global:
.hover_box{
background:red;
}
.hover_box:hover{
background:green;
}
Best Regards