Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #358973

    After we updated Enfold to the latest version, two of the many problems we encountered are:
    1. Featured images started displaying on our homepage. They were not displaying before the update. See bottom of our page, above the contact form. There are no featured images on that posts, so now the default images are displayed. We would like to remove the featured images from the homepage.

    2. Our main dropdown menu is broken. (Hover over “Choose Your Topic” on top of the page)

    #359263

    Hey lapajnea!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home a.slide-image {
    display: none;
    }
    .avia_mega_div.avia_mega6.twelve.units {
    width: 735px!important;
    }

    Regards,
    Yigit

    #359436

    Thank you, that worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove featured images from homepage & main menu broken’ is closed to new replies.