My site is designed with Kookaburra. I have a thin faint line below the logo and I can’t locate where the setting would be to remove it. Any thoughts were I might find the setting?
looks like it could be a bottom border in the Running Head or the Header. If that’s not it, can you post a link to the site?
Hi Rod,
Thanks for the reply, both of those items are set to off. Here’s my site link:
Thanks,
Bob
It’s the background color you set in your bobleggettkookaburra.css:
#mainNavigation {
position: sticky !important;
top: 0 !important;
z-index: 9999 !important;
background-color: #777 !important;
}
It seems like this field is just a little larger than the menu above it, which is why you see that thin line.
Daniel,
I removed the “background-color: #777 !important” line and the line was removed. I kept trying different settings but nothing was working.
Thanks for the great help, I really appreciate it.
Bob
1 Like
