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

    Hi! I’m using the portfolio grid and can’t find a working CSS to hide the border around the portfolio items. I can turn it off when I inspect the elements in Firefox but after pasting into Quick CSS there must some conflict because the lines are back again. I hope you can help. Thanks in advance
    /Michael

    This is the CSS I’ve tried using:
    .grid-entry .inner-entry {
    margin-right: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0 !important);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0 !important);
    position: relative;
    }

    #817037

    Hey musklick,

    Try this instead:

    .grid-entry .inner-entry {
        box-shadow: none !important;
    }

    Best regards,
    Rikard

    #817064

    Thanks Rikard! That worked perfectly) :)

    Best regards
    /Michael

    #817085

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #817087

    This one you can close :)

    Thanks again
    /Michael

    #817161

    Hi Michael,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide border around portfolio grid’ is closed to new replies.