Home Forums WoodMart support forum Where i can change the icon

Where i can change the icon

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #336888

    erimusa11
    Participant

    i have a small problem i have changed the icons of same buttons on menu on mobile view but i cant find where i can change the icon of the filter wishlist and cart ?

    #336914

    Hello,

    Do you mean Mobile bottom navbar? You need to upload images to the Media library and give me the image URL I will give you custom CSS.

    Best Regards

    #336930

    erimusa11
    Participant
    #337034

    Hello,

    Please insert the credentials into the Private content below the message area.

    Best Regards

    #337128

    erimusa11
    Participant

    sure thank you

    #337449

    erimusa11
    Participant

    what can i do to find a solution regarding those icons ?

    #337569

    Hello,

    I am sorry for the delay.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-header-cart .wd-tools-icon.wd-icon-alt:before {
        content: "";
    	  display:inline-block;
    	 width:20px;
    	height:20px;
    	background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/trolley.png);
    	background-repeat:no-repeat;
    	background-size:contain;
    }
    body .wd-header-wishlist .wd-tools-icon:before {
        content: "";
    	  display:inline-block;
    	 width:20px;
    	height:20px;
    	background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/wishlist.png);
    	background-repeat:no-repeat;
    	background-size:contain;
    }
    body .wd-sidebar-opener.wd-on-shop>a:before {
        content: "";
    	  display:inline-block;
    	 width:20px;
    	height:20px;
    	background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/funnel.png);
    	background-repeat:no-repeat;
    	background-size:contain;
    }

    Best Regards

    #337679

    erimusa11
    Participant

    no problem thank you is possible to change also those icons to https://prnt.sc/22a521l https://prnt.sc/22a5564 ? on top header to ?

    #337684

    erimusa11
    Participant

    Skip my last question because i found the solution thank you , i used this code

    body .wd-header-cart .wd-tools-icon:before {
    content: “”;
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/trolley.png);
    background-repeat:no-repeat;
    background-size:contain;
    }

    body .wd-header-my-account .wd-tools-icon:before {
    content: “”;
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/protect.png);
    background-repeat:no-repeat;
    background-size:contain;
    }

    body .wd-header-search .wd-tools-icon:before {
    content: “”;
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/search.png);
    background-repeat:no-repeat;
    background-size:contain;
    }

    body .wd-header-cats .menu-opener-icon:after {
    content: “” !important;
    display:inline-block;
    width:20px;
    height:20px;
    background-image:url(https://multipartyshop.com/wp-content/uploads/2021/12/options.png);
    background-repeat:no-repeat;
    background-size:contain;
    }

    #337712

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Where i can change the icon’ is closed to new replies.