aa1joe Posted February 2, 2011 Share Posted February 2, 2011 HiAny idea how I can remove the 3 links and their icons in the header near the search box. http://diyrailing.ca/It would be the contact, sitemap and bookmark icons and links that we can barely see at the top.ThanksJoe Link to comment Share on other sites More sharing options...
web.geek Posted February 2, 2011 Share Posted February 2, 2011 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 More sharing options...
aa1joe Posted February 2, 2011 Author Share Posted February 2, 2011 This worked out fine to.Thanks againJoe Link to comment Share on other sites More sharing options...
gener1c Posted February 3, 2011 Share Posted February 3, 2011 how to change text style in the header? Link to comment Share on other sites More sharing options...
web.geek Posted February 3, 2011 Share Posted February 3, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now