a link redirecting to my shopping cart

Discussion in 'Andrina WordPress Theme' started by ehaj, Jan 15, 2013.

  1. ehaj

    ehaj New Member

    Joined:
    Nov 22, 2012
    Messages:
    1
    Likes Received:
    0
    hi

    i have a 3dcart shopping cart and would like to add a link to it on the top of the front page (where all pages are listed)

    i found a plugin to add it as a widget but i dont like it. just want it to be on the top of the page

    can you assist me please
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Open header.php file and add code as shown in image.

    Code:
    <span><a href="redirect link">text to show</a></span>
    [​IMG]


    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .social-links span a{
    padding-left:10px;
    }
     

Share This Page