1: I have problems regarding the font in menu, I have selected white but its still grey.
2: Footer also, widgets title colour white but still grei.
3: Footer menu active link bg should be blue with white font, but still same.
Hi ItotalAS!
1- I changed the color in Enfold theme options > Advanced Styling tab.
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widgettitle {
color: white;
}
3-
.footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item {
background-color: #3f5baa;
}
Regards,
Yigit
Thanks Yigit
what about the height for the icon boxes ? I need them to be in same height, now it changes due to text/content.
regards
Akin
Hey!
Please add following code to Quick CSS as well
@media only screen and (min-width: 768px) {
.iconbox_content { min-height: 510px; }}
Best regards,
Yigit
Super!
Thanks for quick help!