
-
AuthorPosts
-
April 18, 2025 at 8:22 am #1481574
Hello, I can’t figure out how to remove the top bar on the site. Can you take a look and help?
And also how to make the social media icons white, instead of black, next to the burger menu icon.
Thanks!
-
This topic was modified 3 weeks ago by
bemodesign.
April 18, 2025 at 7:48 pm #1481609Its probably something easy, but I can’t figure it out. thanks
April 18, 2025 at 11:21 pm #1481618Here is a screenshot of the top white space I need to remove and move the header and logo up.
April 19, 2025 at 2:14 pm #1481642Hi @BEMODESIGN, from my computer, with Safari I see the white line at the top, while with Firefox the white line is not visible.
What browser are you using? Safari? If so, try a different browser.Best regards,
OrianoApril 21, 2025 at 7:22 am #1481701Hi,
Thank you for the inquiry.
We are not seeing the top bar on the site. Is it only visible when you’re logged in?
Best regards,
IsmaelApril 21, 2025 at 8:46 pm #1481747I am not logged in and there is a gap at the top. and when you scroll, the menu bar is not at the top, there is a gap. My other sites don’t have this and are at the very top of page. Just wondering what setting this is, if I want menu all the way to top and not gap? thanks
see screenshots
April 22, 2025 at 5:16 am #1481769it is caused by the implementation of the “amazon pixel”
on firefox the dimension of 1×1 pixel seems to be enough to “hide” that element just before wrap_all opens.
That inline rule ( img#wpstats{display:none} ) does not work because there is no img with ID: wpstats )- so try:img[src*="amazon-adsystem"] { display: none; }
April 22, 2025 at 7:50 am #1481789Hi,
We’re not seeing the same spacing on our end. Have you tried the suggestion from @Guenni007?
Best regards,
IsmaelApril 22, 2025 at 9:16 am #1481799it is only on chrome and safari on Mac ( did not test PC browsers )
April 22, 2025 at 7:21 pm #1481862Thanks and that did appear to work, but I’m just wondering why this was necessary. Now when I look on my mobile, in edit mode, it covers the top headers. (see screenshots) And on my other sites, it just shows normal.
My other sites also didn’t need code to have header top menu be at the very top. The gap on Champion schools seems like it would be a setting or something.
Anyways, if you know, let me know.
Here is the same CSS code website that I have, that has the correct header. Why can’t Champions schools have the same header? I think all the setting are the same. https://sonoranwaters.armourcloud.io/#
https://img.savvyify.com/image/gap.9qUHp
https://img.savvyify.com/image/not-logged-in-and-see-bar.9qWKhhttps://img.savvyify.com/image/WEIRD-AT-TOP.9qGdc
https://img.savvyify.com/image/CORRECT.9qxiFApril 22, 2025 at 7:54 pm #1481865The admin bar sometimes interferes with the setting of the frontend css.
have a look to this privacy page : https://webers-web.info/datenschutz/
if you scroll you see that the headings will be sticky til the next heading goes to top. if on that page the admin bar is present – the sticky moment seems to be wrong. – because those 50px are not concidered.
You can test it:
Go to your profile and turn off the “Show admin bar” to see that it has nothing to do with logging in and out.
This is something that normal users won’t see anyway.April 22, 2025 at 8:21 pm #1481867Got it. I just don’t see why all my other websites show this normal, but the Champion schools site has that top border that needed the CSS code.
Even another site that I have shows correctly and doesn’t have that extra space. This sites header/menu goes to all the way to the top of page also: https://priverproducts.com/ without that needed code
April 22, 2025 at 8:22 pm #1481868And do you have code that make the Burger menu background More transparent? So I can see more of the image behind it?
April 22, 2025 at 8:55 pm #1481870And do you have code that make the Burger menu background More transparent? So I can see more of the image behind it?
does that belong to charter school page or to your priverproducts.com page?
April 22, 2025 at 8:57 pm #1481871I am talking about more transparent for the Charter school, but I do have the code for Priver also. I was just showing you Priver as as example of how the header is all the way to the top, without a gap, like the charter had.
April 22, 2025 at 9:03 pm #1481872this is the rule that is set :
.av-burger-overlay-bg { z-index: 3; opacity: 0.9; background: #000; display: block; position: fixed; }
so play here with opacity or background-color – for quick css add #top to the selector for more selectivity:
#top .av-burger-overlay-bg { opacity: 0.7; background: #000; }
April 22, 2025 at 10:52 pm #1481884It looks great, but do you see the little vertical line that is on the right of the burger icon? How can we remove this?
April 22, 2025 at 10:53 pm #1481885got it. thanks
-
This reply was modified 2 weeks, 2 days ago by
bemodesign.
April 24, 2025 at 8:15 am #1482076 -
This topic was modified 3 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.