Hello, I have issues I cannot solve with the header area.
– the color of the button of the full width slider and the social icons in the transparant slider are white. It has to be #faf3e0
– other issue is that the menutab of the woocommerce cart is to big on the bottom when scrolling
Hope someone can help me out.
Best wishes, Sascha
Hey Sascha,
Please try the following in Quick CSS under Enfold->General Styling:
.av_header_glassy.av_header_transparency .social_bookmarks li a {
color: #faf3e0;
}
.header-scrolled a.wpmenucart-contents {
height: 58px !important;
line-height: 58px !important;
}
Best regards,
Rikard
Hi,
Please try this instead:
.av_header_glassy.av_header_transparency .social_bookmarks li a {
color: #faf3e0 !important;
}
Best regards,
Rikard