I have an issue with the border. I turned it off in header options, but the border is still there. I need to turn both the border on transparent link, and the separators with the shopping cart.
(I can fix this with overrides, but I would like to skip that.)
Hey MORTULGAAH,
You want to remove border under the header menu?
Best regards,
Jordan Shannon
Hi,
Try this in quick css:
#top .av_header_with_border.av_header_transparency #header_main {
border:0px!important;
}
.av_header_with_border.av_header_transparency #menu-item-shop.cart_dropdown{
border:0px!important;
}
.avia-menu.av_menu_icon_beside {
border:0px!important;
}
Let me know if this works for you.
Best regards,
Jordan Shannon
This is my version:
#top .av_header_with_border.av_header_transparency #header_main {
border:none;
}
#top .av_header_glassy.av_header_transparency #menu-item-shop.cart_dropdown, #top .av_header_with_border.av_header_transparency #menu-item-shop.cart_dropdown {
border-color:rgba(255,255,255, 0.1)
}
#top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside {
border-color:rgba(255,255,255, 0.01)
}
Hi,
I am not sure what you are asking. My version is to remove the borders.
Best regards,
Jordan Shannon
Yes, yes, I did this fix myself. All fine with yours too.
Tho I think there is a bug in settings part of the theme.
Hi,
Well will look into the bug. I am glad this was able to be fixed up for you.
Best regards,
Jordan Shannon
Good.
Bug def there. In your shop demo there is no border, was unable to recreate.