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
Open header.php file and add code as shown in image. Code: <span><a href="redirect link">text to show</a></span> After that paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .social-links span a{ padding-left:10px; }