Jump to content

(SOLVED) Need to Remove Some Links from Header


Recommended Posts

Which version of PrestaShop are you using? In 1.4, those links are part of the "Permanent Links" block. You can unhook them from the header in the Positions page under the Modules Tab. I don't remember if you can do something similar in 1.3x and I've never used 1.2x. Worst case, you could always edit /modules/blockpermanentlinks/blockpermanentlinks-header.tpl and comment out the code or try adding this CSS code to global.css (or other appropriate css file):

ul#header_links { display: none; }

Link to comment
Share on other sites

To change any element style, you'll need to add or modify a value in the appropriate css file. This is usually the global.css in the themes/css folder. There are some limitations, however, when it comes to fonts. The fonts have to exist on the end user's computer to display correctly. So while you may have some fancy font you want to display, the end user won't see it if they don't also have the font installed. Many designers work around that by creating an image using the desired font.

If you have a specific example, I may be able to help further.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...