Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #432607

    Even after updating to the latest theme version the Enfold theme appears to not function with the latest WordPress version. Things have disappeared, specifically the Special Headings on each page won’t show up. Please help.

    #432961

    Hey ctavormina!

    It seems like you set them to white. Please go to Enfold theme options > General Styling tab and change their color or add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #wrap_all .header_color h1, #top #wrap_all .header_color h2, #top #wrap_all .header_color h3, #top #wrap_all .header_color h4, #top #wrap_all .header_color h5, #top #wrap_all .header_color h6, #top #wrap_all .main_color h1, #top #wrap_all .main_color h2, #top #wrap_all .main_color h3, #top #wrap_all .main_color h4, #top #wrap_all .main_color h5, #top #wrap_all .main_color h6, #top #wrap_all .alternate_color h1, #top #wrap_all .alternate_color h2, #top #wrap_all .alternate_color h3, #top #wrap_all .alternate_color h4, #top #wrap_all .alternate_color h5, #top #wrap_all .alternate_color h6, #top #wrap_all .footer_color h1, #top #wrap_all .footer_color h2, #top #wrap_all .footer_color h3, #top #wrap_all .footer_color h4, #top #wrap_all .footer_color h5, #top #wrap_all .footer_color h6, #top #wrap_all .socket_color h1, #top #wrap_all .socket_color h2, #top #wrap_all .socket_color h3, #top #wrap_all .socket_color h4, #top #wrap_all .socket_color h5, #top #wrap_all .socket_color h6 {
      color: #555;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.