Home Forums WoodMart support forum i need to change active status of Wishlist icon to red heart

i need to change active status of Wishlist icon to red heart

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

    ahmed elsayed
    Participant

    hello
    i need to know how to to change active status of Wishlist icon to red heart instead of check icon

    check screenshot

    Attachments:
    You must be logged in to view attached files.
    #396005

    Hello,

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

    body .wd-action-btn>a.added:before {
        content: "\f106";
    	  color:red;
    }

    Best Regards

    #396283

    ahmed elsayed
    Participant

    thank you very much

    can i make the style of heart full not lined, i mean the heart appear as full red color

    i appreciate your help

    Attachments:
    You must be logged in to view attached files.
    #396466

    Hello,

    Please upload this image to the Media Library and provide the image URL, I will change the CSS.

    Best Regards

    #396562

    ahmed elsayed
    Participant
    #396589

    ahmed elsayed
    Participant

    i’m facing another 4 problems :

    1- my header menu disappears from shop and product page

    2- i already disabled sticky social buttons and still appears

    3- i disabled sidebar button on mobile and still appears as 3 dots

    4- tabs in product details doesn’t work well

    what a huge errors in just beginning my website building

    check attached please

    Attachments:
    You must be logged in to view attached files.
    #396594

    ahmed elsayed
    Participant

    Attachments:
    You must be logged in to view attached files.
    #396703

    Hello,

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

    .wd-action-btn>a.added:before {
        color:transparent;
    }
    body .wd-action-btn>a.added {
        color:transparent;
        background-image:url("https://safer.ae/wp-content/uploads/2022/08/heart.png");
    	width:25px;
    	height:25px;
    	background-repeat:no-repeat;
    	background-position:center center;
    	background-size:contain;
    	margin-left:10px;
    }

    Best Regards

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