Nichlas Brandon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Removing header space changing page width?For the spacing issue, try adding this to your custom CSS:
.row-fluid [class*=span].pull-right, [class*=span].pull-right { display: none; } .navbar-inner { min-height: 55px; } .navbar.resp { width: 100%; margin-bottom: -10px; } .row-fluid [class*=span] { float: none; margin: 0; } .navbar-wrapper.clearfix.span9.tc-submenu-fade.tc-submenu-move.tc-open-on-hover.pull-menu-right { width: 100%; } .navbar .navbar-inner { padding-right: 20px; padding-left: 20px; } .tc-header { min-height: 34px; } .navbar .nav>li>a { padding: 13px 20px; font-size: 18px; } /* Remove Footer Top Border */ footer#footer { border-top: none; }
To change color of header background:
Add the following to your custom css.
.navbar-inner { background: #091329; // Pick your own hex color }
To remove the header and navigation entirely:
Add the following to your custom css.
.tc-no-sticky-header .tc-header { display: none; }
Superb! It works like a charm. Thank you so much ??
If it’s the regular WordPress login page you are speaking of, then we do have it:
https://beyondanaveragelife.com/wp-login.php?redirect_to=http%3A%2F%2Fbeyondanaveragelife.com%2Fwp-admin%2F&reauth=1On the login page in that link, I would like to hide the ‘Register’, ‘Lost Your Password’ and ‘Back to Beyond An Average Life’ links, if it’s possible with CSS or JavaScript, and would appreciate your help with that ??
Thanks in advance.
I’m using v1.2.7.2
Here’s a screenshot of what happens when you open our forum page: https://imgur.com/VbPdS9B
Here’s a link to our forum page: https://beyondanaveragelife.com/forums/