Premium Joomla Templates
Problem with Menu Border and Home title
Hi
I just have two questions. See the attachement below for better understanding
1. I can't remove the title Home with the Underline
How can i disable this? Are there a template parameter oder CSS setting to change? (You see this in the PrintScreen)
2. In internet explorer version 8 and 9, the left menu border is not complete visible?
the right and lower line is not visible. How can i fix this? in other browsers safari, firefox etc. is it correctly. (the PrintScreen shows the CSS) what are the changes to make?
The link to the Homepage is http://www.hirschenpub.ch
Thanks for your help
Greetings from Switzerland
I just have two questions. See the attachement below for better understanding

1. I can't remove the title Home with the Underline
How can i disable this? Are there a template parameter oder CSS setting to change? (You see this in the PrintScreen)
2. In internet explorer version 8 and 9, the left menu border is not complete visible?
the right and lower line is not visible. How can i fix this? in other browsers safari, firefox etc. is it correctly. (the PrintScreen shows the CSS) what are the changes to make?
The link to the Homepage is http://www.hirschenpub.ch
Thanks for your help
Greetings from Switzerland
References:
The discussion has been resolved.
1 response Add Yours
-
Hi Umbi,
My responses to your questions are below:
1. Page Title on homepage:
You should be able to make this change directly in Joomla Menu Manager. Go to the menu manager and click on your home menu to edit it. Then under the Page Display Options settings, make sure Show Page Heading is set to No. See attached screenshot.
2. Left border not visible on IE:
I am not sure if you're referring to the horizontal menu at the top or the left / right sidebar menus? If its the left sidebar menu, then I think the problem is because IE does not support any CSS3 Styles (which are used to display the borders). If you want to display borders in IE 8 & 9, you can get rid of all the borders and CSS3 entries shown below:
#left .module { padding: 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border-left: 1px solid #BBB; border-top: 1px solid #BBB; -webkit-box-shadow: 0 0 2px #BEBEBE inset; -moz-box-shadow: 0 0 2px #BEBEBE inset; box-shadow: 0 0 2px #BEBEBE inset; }
and replace it with just a solid border as shown below:
#left .module { padding: 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: 1px solid #BBB; }
Hope that helps!
ThemeRepublic.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.