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

    Updated recently from very ancient (2014) version of Enfold, the site doesn’t now display the logo as it did before.
    I have tried adjusting all header settings with little success. The header logo is 775px X 96px and the current extra css is as below.

    /…logo { display: none; }

    @media only screen and (min-width: 990px) {
    .logo {
    display: none !important;
    }}
    .responsive .logo img { display: none !important; }

    .menu-item a {
    font-size: 16px!important;}

    div.av-masonry-entry-content.entry-content {text-align: centre;}

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */}

    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;}

    .main_menu ul:first-child > li > a{
    padding: 0 15px !important;}

    .main_menu ul:first-child > li a {
    height: 42px !important;
    line-height: 38px !important;}

    I am not sure what to do next?

    #1232509

    Hey stevebarker56,

    Please try to remove this CSS to see if that helps:

    .logo { display: none; }
    
    @media only screen and (min-width: 990px) {
    .logo {
    display: none !important;
    }}
    .responsive .logo img { display: none !important; }

    Best regards,
    Rikard

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