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

    Is there a way to hide the borders on the Icon Grid on mobile devices?

    It looks awesome on desktop, but bad on the mobile view.

    URL in private message ;-)

    #1051845

    Hey whdsolutions,

    I’m only able to view the coming soon page. Please provide the required credentials to view the page.

    Best regards,
    Vinay

    #1051970

    Login details to see home page –

    Log in
    View home page

    #1053067

    Hi whdsolutions,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
        .avia-icongrid-borders-all li .avia-icongrid-wrapper:after, 
        .avia-icongrid-borders-between li .avia-icongrid-wrapper:after,
        .avia-icongrid-borders-all li:nth-child(2n+2) .avia-icongrid-wrapper:after, 
        .avia-icongrid-borders-between li:nth-child(2n+2) .avia-icongrid-wrapper:after,
        .avia-icongrid-borders-all li:nth-child(2n+1):nth-last-child(-n+2) .avia-icongrid-wrapper:after, 
        .avia-icongrid-borders-between li:nth-child(2n+1):nth-last-child(-n+2) .avia-icongrid-wrapper:after {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
        }
    }
    

    But the border-bottom comes from this code and it has to be limited or removed.

    Image 2019-01-12 at 14.07.44.png
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1081360

    maybe you will put this code into the “core” of enfold? Looks much better then before…

    #1081910

    Hi Maw87,

    Well, not everyone wants it like this and the code is available in the forum for those who are looking for it.

    Best regards,
    Victoria

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