Wishlist Icon leading to Wishlist Page - by capri_2794

This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler

  • Avatar: capri_2794
    capri_2794
    Participant
    November 20, 2018 at 22:47

    Hello,

    I want to add a wishlist icon next to the cart icon. I want that icon to lead me to the wishlist page. Kindly tell how I can add the icon and make it clickable.
    http://prntscr.com/lkvu43

    Regards

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 13:43

    Hello,

    Please read our documentation – https://www.8theme.com/demo/docs/royal/#0_wishlist
    There is no such possibility, by default. You can try to copy header-structure-1.php file (header folder) into the same folder of your child theme and add code of the link
    <div class="new_ico"><a href="https://your_site/wishlist/"><i class="fa fa-heart"></i></a></div>
    before <div class="header-search ">
    This code should be added in Global custom css:

    .new_ico {
      position: absolute;
      margin: 12px 0 0 45px;
    }
    .header-search {
      margin-right: 40px;
    }

    this in Custom css for mobile:

    .header-search {
      margin-right: 18px;
    }
    .new_ico {
      margin-top: 14px;
      margin-left: 47px
    }

    Regards

    Avatar: capri_2794
    capri_2794
    Participant
    November 21, 2018 at 18:22

    I am unable to find this: <div class=”header-search “>

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 22, 2018 at 10:45

    You are right. Please add the code here – http://prntscr.com/llihk4

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.