I want to create a completely blank interior page via a css class name. I prefer to do this with a class name other than listing individual pages with custom functions. I've been able to get rid of everything except the nav menu. Can anyone look at this and tell me the proper css line to remove it?
CSS Problem in Thesis theme
6
I want to create a completely blank interior page via a css class name. I prefer to do this with a class name other than listing individual pages with custom functions.
I've been able to get rid of everything except the nav menu. Can anyone look at this and tell me the proper css line to remove it?
The page is here: And my custom css is here: (nav menu is last line below)
I've been able to get rid of everything except the nav menu. Can anyone look at this and tell me the proper css line to remove it?
The page is here:
Code:
http://vortexseo.com/sample/
Code:
.custom .headline_area{position:absolute;top:-1500px;left:-1500px;}
.custom #header #tagline{display:none;}
.custom ul.menu{text-align:center;}
.custom ul.menu li{display:inline;float:none;}
.custom ul.menu li a{display:inline-block;}
.custom .format_text input[type="image"] { border: none; background: none; width: auto; }
.salesletter #header { display: none; }
.salesletter #footer { display: none; }
.salesletter #footer { display: none; }
.salesletter #sidebars { display: none; border: none; }
.salesletter #tabs {display:none;}
.salesletter #content_box { background:none; }
.salesletter .comments_closed { display: none; }
.salesletter #header #logo { display: none; }
.salesletter #header #tagline { display: none; }
.salesletter #content { margin: 0 auto; float: none; }
.salesletter #thesis_nav_menu { display: none; } - KreoZen
- [1] reply
- BenQ
- Istvan Horvath
- [1] reply
- BenQ
- BenQ
Next Topics on Trending Feed
-
6