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
Hi,
You can set the colour for each slide in the element option under Styling->Colors.
Best regards,
Rikard
Hi,
Thank you for the update.
You can add this css code (Enfold > General Styling > Quick CSS field) to adjust the color of the heading row in the pricing table.
.main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra {
background-color: var(--enfold-main-color-primary);
color: #faf3e0;
border-color: var(--enfold-main-color-stripe);
}
Best regards,
Ismael
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike