Your account expired support, please renew to get your support.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25753
    Sakis
    Support Expired

    hello.
    i want to change the heart icon and replace it with something else. like chek list.

    how i can i do this?

    #25784

    Hi,

    You will have to overwrite the header file in the child-theme then edit the code.
    Copy the file freshio/template-parts/header/header-4.php to freshio-child/template-parts/header/header-4.php

    Edit code:

    <div class="header-group-action">
    						<?php
    						freshio_header_account();
    						if (freshio_is_woocommerce_activated()) {
    							freshio_header_wishlist();
    							freshio_header_cart();
    						}
    						?>
    					</div>

    To:

    <div class="header-group-action">
    //your code
    </div>
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.