Okay
  Public Ticket #861431
Icon's links
Closed

Comments

  • Zainal started the conversation

    Hi, how to add a website link for these icons (see attachment)? And how to remove some of these icons? Thanks.

  •  1,560
    Laborator replied

    Hi Zainal,

    To do this go to Laborator > Theme Options > Footer and in the Footer Right there is a field where you can modify the payment methods.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Zainal replied

    Ok, but how to put the links? I'm not good in coding.

  •  1,560
    Laborator replied

    Hi Zainal,

    You can add a new item on the list by copying the code below, simply modify the path of the image and replace the # with the link you want to redirect to:

    <li>
            <a href="#">
                <img src="http://themes.laborator.co/aurum/fashion/wp-content/uploads/2016/04/mastercard.png" alt="mastercard" width="28" height="17">
            </a>
    </li>
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group