Home Forums WoodMart support forum Change default icon for My Account and Homepage at mobile nav bar

Change default icon for My Account and Homepage at mobile nav bar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #218008

    samiul123
    Participant

    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.
    #218051

    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

    #227618

    fernandochbe
    Participant

    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.
    #227721

    Hello,

    Please upload the image to the Media library and provide image URL I will provide custom CSS.

    Best Regards

    #231067

    samiul123
    Participant

    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

    #231165

    Hello,

    I do not see the mobile navbar menu now, please enable. https://prnt.sc/utxghz

    Best Regards

    #231231

    samiul123
    Participant

    navbar has been added
    kindly check and provide solution

    #231315

    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

Viewing 8 posts - 1 through 8 (of 8 total)