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

    Hi,

    I’m using the sortable grid portfolio and really like it but I want to style it without the title boxes and box shadow. I was able to remove the box shadow but I can’t isolate the css for the border on the title boxes.

    Site name and password for the site is in private content.

    Thanks,
    Gabe

    #727158

    Hi Gabe

    Please add following code to Quick CSS

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

    Regards,
    Yigit

    #727164

    Thanks Yigit.
    Suppose I want the title to be left-aligned and perfectly justified with the left edge of the image above it? I’m trying to have almost exactly the same look as what I have on the http://liberty-engineering.com/services/ page.

    #727172

    Hey!

    Please add following code to Quick CSS as well

    .main_color .grid-content {
        padding-left: 0;
    }

    Cheers!
    Yigit

    #727178

    Thanks for the quick help Yigit!
    Very helpful.

    #727180

    Hey!

    Not at all Gabe! Enjoy your holidays :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove the border on the Sortable Grid Portfolio Titles?’ is closed to new replies.