Change default icon for My Account and Homepage at mobile nav bar
-
Hi I want to change the default My Account and Homepage icon located at mobile nav bar (at the bottom of the screen) I am already using custom icon for Mobile Header menu. And custom icon for My account on Desktop view. But How can I change these two
Thank yoi
Attachments:
You must be
logged in to view attached files.
Hello,
Choose free icons from here https://fontawesome.com/ and provide me icon URL so that I could give a custom CSS code.
Best Regards
Quiero este icono adjunto en imagen, es el mismo del sistema pero carrito de compras. Lo ocupo en el icono del menu mobile nav bar
Attachments:
You must be
logged in to view attached files.
Hello,
Please upload the image to the Media library and provide image URL I will provide custom CSS.
Best Regards
Here is the link
I want to change profile icon at mobile sticky nav bar (bottom)
https://www.bcscracker.com/wp-content/uploads/2020/08/Profile.png
and also provide me link for Menu Icon
https://www.bcscracker.com/wp-content/uploads/2020/08/menu2.png
thank you
Hello,
I do not see the mobile navbar menu now, please enable. https://prnt.sc/utxghz
Best Regards
navbar has been added
kindly check and provide solution
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .my-account-with-icon .wd-tools-icon:before {
content: "";
width:20px;
height:20px;
background-image:url(https://www.bcscracker.com/wp-content/uploads/2020/08/menu2.png);
background-size:contain;
background-repeat:no-repeat;
}
This is for My Account icon. You have provided invalid URLs, replace URL and check how it works.
Please provide the screen of what another icon you would like to replace I am checking and I do not see Home.
Best Regards