How do I remove what appears to be the page title section on each page - It looks like it is in the subMenusContainer class div area. For me this is taking up unecessary space and I would like to remove this area on every page.
See attached image of what area i want removed - inside red outline box
|
Edit the top_menu.css file under ./templates/base/css/:
.subMenuOvr .subMenuInfoKeeper { height:71px; margin: 0px 10px;
/*float: left;*/
color:#333333; text-transform:capitalize; padding:0; font-size:18px; }
Change it to this:
.subMenuOvr .subMenuInfoKeeper { height:71px; margin: 0px 10px;
/*float: left;*/
color:#333333; text-transform:capitalize; padding:0; font-size:18px; display:none; }
The needed change is shown in red.
Once you save your changes, empty the ./cache/ and ./cache_public/ directories, while leaving the ./cache/ directory's .htaccess file intact.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
magnussoft always has the answers. i'm tired |
you do realize you have to add that line in red to your file, right? i'm tired |
are you editing base files, or do you have a custom template? i'm tired |
Apologies, Firebug reported to me the wrong file name. The actual file where this code is located is top_menu.css. I have updated my original post. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Apologies, Firebug reported to me the wrong file name. The actual file where this code is located is top_menu.css. I have updated my original post.
Good call - I thought I was going mad!
|
Apologies, Firebug reported to me the wrong file name. The actual file where this code is located is top_menu.css. I have updated my original post.
Good call - I thought I was going mad!
Oh, you are going mad. Just not because of this.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Be aware that the "Add album," "My albums," and "Music (video/photo) home" buttons will be floating on sub-menu titles, once you remove the sub menu info box. |
Be aware that the "Add album," "My albums," and "Music (video/photo) home" buttons will be floating on sub-menu titles, once you remove the sub menu info box.
This is a good point. How about the ability to remove the sub menu info box from SOME pages? How is that possible?
|
Be aware that the "Add album," "My albums," and "Music (video/photo) home" buttons will be floating on sub-menu titles, once you remove the sub menu info box.
This is a good point. How about the ability to remove the sub menu info box from SOME pages? How is that possible?
I don't believe it is.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
OK, so, to remove the subMenuOvr from member.php
1.Find 'top_menu.css' file 2. Paste this line to the end of the file:
#subMenu_118 .subMenuOvr { height:0; visibility:hidden; }
Many thanks to nuknspax!
|
Dear Magnussoft
I need the main page to be something like orkut where there is only username and password to be entered.
so i followed your previous post and was successfully able to remove the top menu.
but there is still 'home' block which appears on the main page , i tried your above solution but i guess i doing something wrong ...so you could guide how could i probably remove this home block.
regards
samir
|
i guess u need to play wid '_sub_header_home.html' file situated in ur template folder.... https://www.facebook.com/4thmolar |