jdmorrisn Posted October 9, 2010 Share Posted October 9, 2010 In the footer there is a grey, vertical 'divider' line between the text/links to separate them - how can I remove this? I have looked in the tpl file and tried to modify the lines many times but nothing gets rid of it - any ideas? Link to comment Share on other sites More sharing options...
razaro Posted October 9, 2010 Share Posted October 9, 2010 Change this code in global.css #footer .block_various_links li { border-left:1px solid #888888; display:inline; padding:0 2px 0 4px; } to this #footer .block_various_links li { display:inline; padding:0 2px 0 4px; } Link to comment Share on other sites More sharing options...
jdmorrisn Posted October 9, 2010 Author Share Posted October 9, 2010 Hey, thanks for the fast answer. That aside - I don't know if it is correct, but before I read your reply I just tried one last effort and in the tpl file I removed But that aside i want to add the copyright symbol but when i do the whole text disappears, any ideas?Also in IE my links are centred but in mozilla they are left - why is this? Link to comment Share on other sites More sharing options...
razaro Posted October 9, 2010 Share Posted October 9, 2010 That maybe works but it is not quite OK and because you deleted element those styles don't apply so that causes different display in Firefox and IE .For copyright sign © try to add its HTML code © Link to comment Share on other sites More sharing options...
jdmorrisn Posted October 9, 2010 Author Share Posted October 9, 2010 Ok, I will try to change the css and put the tpl back and see how it works. I just tried to add the ©with the numbers and hash you suggested (Copyright 2010 ©mysite) - but it just shows exactly the same print, no symbol!?Here in this post it shows the copyright symbol, but on the website it doesn't - just exactly the hash and numbers etc. Link to comment Share on other sites More sharing options...
razaro Posted October 9, 2010 Share Posted October 9, 2010 That didn't work because text is part of php/smarty code.Try this : go to Back Office >> Tools >> Translations choose Module translation and choose your language and in block various link find Copyright 2010 and replace/ "translate" it with Copyright 2010 ©So no HTML codes just © sign Link to comment Share on other sites More sharing options...
jdmorrisn Posted October 9, 2010 Author Share Posted October 9, 2010 Ok. 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