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

    Hello can you tell me how i can remove the borderline in the portfolio grid?

    Thanks

    Iwan

    #212794

    Hi iwanhaex!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

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

    Cheers!
    Yigit

    #212808
    This reply has been marked as private.
    #212816
    This reply has been marked as private.
    #212818

    Hi!

    I have added the code in Quick CSS in works fine now. I noticed that you are not closing custom CSS codes. The code i posted was added as

    .grid-entry .inner-entry { box-shadow: none; 

    while it should be with a closing curly bracket as

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

    Other custom CSS code you have in Quick CSS was also missing closing curly bracket.

    Cheers!
    Yigit

    #212824
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove border line Portfolio grid Enfold Theme’ is closed to new replies.