bogesman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Menu background issue in chrome (since 4.4.1)It was just like you are saying, but since 4.4.1 the submenu stopped inheriting that’s why i wrote here. The initial report about firefox working as expected is wrong, because something was cached there. You can ignore it.
Currently it behaves the same on all browsers. No hover effect without extra css. Hover effect only on main menu.
Forum: Themes and Templates
In reply to: [Astra] Menu background issue in chrome (since 4.4.1)I thought so initially and it was different on firefox. I had to clear firefox cache few times until it became the same as other browsers.
Now everything is as expected with, but with extra css. It wasn’t like that before the update. The applied hover style was inherited on the sub menu from the main menu. Now it isn’t.
Forum: Themes and Templates
In reply to: [Astra] Menu background issue in chrome (since 4.4.1)Well i’ve found a css that fixes it.
.sub-menu li.menu-item:hover {
background: #54545473 !important;
}That’s the css.
Forum: Themes and Templates
In reply to: [Astra] Menu background issue in chrome (since 4.4.1)Not sure how to share without posting it here, but after cache clearing on firefox it’s now the same as the other browsers. So definitely wrong info on my side, but still a change since previous version where it was OK.
Website is https://maxcloudon.com
Forum: Themes and Templates
In reply to: [Astra] Menu background issue in chrome (since 4.4.1)I probably did not explain very well. Before that update, sub menu background hover color was inheriting the menu hover which is in my screenshot in the first post.
Since the update the same things works but only in firefox so something obviously changed. I do not have a setting for sub menu hover in transparent header nor did any changes there.
My transparent header settings look like this https://ibb.co/1mt3t2h
Forum: Themes and Templates
In reply to: [Astra] Bullets appear in the footer menuYes I have the same issue after the update. All menus in footer now have bullets.
Fixable by custom css
.site-footer .widget ul {
list-style-type: none;
}