Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297211

    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.

    #297214

    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

    #297217

    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

    #297218

    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

    #297220

    Super!

    Thanks for quick help!

    #297223

    Hey!

    You are welcome Akin, glad we could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Some help here.’ is closed to new replies.