jacabraham
Forum Replies Created
-
Forum: Themes and Templates
In reply to: black bar appearing beneath header imageThat’s it!
stephencottontail Thank you!
Amazing what one little dot can do. Or undo.Forum: Themes and Templates
In reply to: black bar appearing beneath header imageI will. Thanks for your time and patience.
I have some theories:
When the theme’s author updated Blogsixteen to version 1.4.6 he altered some code that created that bar in one of three ways:
1. a glitch in the header image parameters,
2. a bit of stray code that makes it impossible to entirely eliminate the main menu bar, or..
3. somehow a border has been created… and if I could find it, I’d add “non” or “0 px” to it, and that would get rid of it.Forum: Themes and Templates
In reply to: black bar appearing beneath header imageused the plug-in to add: main-navigation {
display: none;
}no change.
Forum: Themes and Templates
In reply to: black bar appearing beneath header imageok, installed.
Forum: Themes and Templates
In reply to: black bar appearing beneath header imagechild theme, with my own style.css, functions.php, single.php, and footer.php files. Would you like to see the entire text of any of them?
Forum: Themes and Templates
In reply to: black bar appearing beneath header imageyes… here’s what I’m doing:
.menu {
display:none;
}}
.main-navigation li {
display: none !important;
position: relative;
}main-navigation {
display: none;}
.main-navigation a {
font-family: ‘Open Sans’, sans-serif;
font-weight: 700;
display: none !important;
text-decoration: none;
padding: 8px 12px;
white-space: nowrap;
}Forum: Themes and Templates
In reply to: black bar appearing beneath header imagethanks, tried that. no change. also looked at the site on 2 other browsers. same problem.
Could I somehow have told the template to create a “border” at the bottom of the header without realizing it?Forum: Themes and Templates
In reply to: black bar appearing beneath header imageThis is odd. I’m seeing something different. A thin black bar at the bottom of the header image, cutting off the bottom of the picture. Is there a way to send you a screen shot?
Forum: Themes and Templates
In reply to: black bar appearing beneath header imagethe code made the black bar thinner, but didn’t remove all of it.
Forum: Themes and Templates
In reply to: black bar appearing beneath header imagethanks, tech55541, here it is:
Forum: Themes and Templates
In reply to: black bar appearing beneath header imagechristomwebdesign, I already had that code in the css, and it was hiding the actual menu items. But that black bar was never there before in the previous version of Blogsixteen, so I’m looking for a way to get rid of it.
Forum: Fixing WordPress
In reply to: Changes in child style.css suddenly being ignoredYep, that did the trick. Thanks again, stephencottontail
Forum: Fixing WordPress
In reply to: Changes in child style.css suddenly being ignoredI wonder if I could ask one more question. As you can see, I’ve altered the child style.css to create an underline on any link when I hover the cursor. As you can also see, it works on most of the links, but NOT on the post titles, and I can’t figure out why.
Forum: Fixing WordPress
In reply to: Changes in child style.css suddenly being ignoredStephencottontail, thank you! Your second and third suggestions cleared everything up. CureWP, I appreciate your quick reply, and I did add “!important” to the entries.. it didn’t do anything this time, but it can’t hurt to have it there for the future.
This has started happening to me too. Down both sides of the entire site, narrow white margins, only in Chrome, not in Safari or Firefox. Will try batharoy’s max width fix, but would appreciate any other suggestions as well.