Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #344603

    Hi
    Because of the background image on these pages http://theimplantexperts.com/patient-stories/ and http://theimplantexperts.com/us/team/ the featured images in the portfolio items are PNGs so I’d like to remove the white background and the stroke from the portfolio rectangle. Plus I’d also like to centre the title text under the image.

    Many thanks for your help.

    #344667

    P.S. it’s the same issue with the portfolio grid on the homepage, so it’s wherever a portfolio grid is used.

    #344750

    Hey!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    .grid-content .entry-title {
        text-align: center;
    }
    .grid-entry article {
        background: transparent !important;
    }
    .image-overlay-inside {
        display: none !important;
    }

    Best regards,
    Elliott

    #344831

    Thanks Elliot but that doesn’t seem to have had any effect?

    #344947

    Hi!

    It looks like your missing an ending bracket on this part,

    .page-id-49 .avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    

    Best regards,
    Elliott

    #344953

    I’ve added that bracket but the portfolio boxes are still white with a keyline and the text hasn’t been centered?

    #344978

    Hey!

    It looks fine on my end. Make sure to clear your browser cache. If your still having issues then take a screenshot and highlight what your seeing and what your trying to do so we can get a better idea of what’s going on.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #346729
    #347147

    Hey!

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

    .grid-entry .inner-entry { box-shadow: none; }
    .grid-content, .entry-content-header * { background-color: transparent!important; }

    Best regards,
    Yigit

    #347320

    Many thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘TIE – Portfolio grid styling’ is closed to new replies.