Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #661887

    I recently took over the maintenance of a site built on Enfold (with a Child theme) so I don’t know what core files might have been altered.

    After updating to 3.6.1 using the ftp method, I see a few problems.

    1. the social media icons in the header seem duplicated (the default style overlapping the custom?).
    2. the columns in the masonry section lost their spacing and the center row is flush against the sidebar (see the bottom section of the home page.
    3. the font styles no longer apply

    Any direction would be great.

    #662123

    Hey MilitaryAffairs,

    It appears to be a conflict in CSS . To resolve the issue please check the CSS code in the Quick CSS section under Enfold > General Styling or to your child themes style.css. Remove all of the custom CSS and refresh the site to see if the issue is resolved. Then add one block of code at a time and refresh the page to know which css is causing the conflict.

    If you still have any issue/questions after trying the above step please feel free to reach out to us.

    Best regards,
    Vinay

    #662708

    I tried that but no change.

    There is no content in the Quick CSS section and went through the style.css file piece by piece.

    Would you like to take a look inside?

    #663645

    Any response?

    #663914

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #header_main .social_bookmarks a:before {
    display:none !important;
    }

    Thanks,
    Rikard

    #664076

    That worked great. Thanks!

    Now I just need the column spacing corrected in the lower area under the Community heading.

    I could use this:
    #home .av_two_third {
    padding: 0 15px !important;
    border-radius: 0px;
    }

    But I’m not sure this is the best solution. What do you think?

    #664207

    Hi,

    Great, glad the icon fix worked. Not sure what you mean by correcting the spacing though, what exactly are you looking to achieve? Please try to explain a bit further and/or post a screenshot highlighting the change you would like to make. Also, home is a class, not an ID so that might be your problem.

    Regards,
    Rikard

    #665557

    Thanks, the code worked either way (for adding padding) but I changed the page id as you suggested to make sure it applied to just this page.

    #665611

    Hi,

    Great, it works just the way you like it. Let us know if you have any questions in a new ticket.

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Doubled Icons after Update to 3.6.1’ is closed to new replies.