• Resolved fhqmd

    (@fhqmd)


    There is a 1px grey (#e2e2e2) around my posts in the post grid. How can I remove it. I tried searching for the CSS code but I just can’t find anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Habib

    (@habibjh)

    Hi @fhqmd,

    What layout are you using? Can you share any screenshots? There are some layout with default border from style.

    And also please mention what version (shortcode, elementor or gutenberg) are you using.

    I’m putting some css. You can put the CSS in your Customize > Additional CSS section.

    .tpg-shortcode-main-wrapper .layout1 .rt-holder, .tpg-shortcode-main-wrapper .isotope1 .rt-holder, .tpg-shortcode-main-wrapper .carousel1 .rt-holder {
    box-shadow: none;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
    border: none;
    }

    If the CSS doesn’t work please reply with the necessary information that I mentioned above.

    Thread Starter fhqmd

    (@fhqmd)

    Thank you Habibur!

    The CSS code worked like a charm! ??

    Plugin Support Habib

    (@habibjh)

    Feel very happy to listen that your issue has fixed. Please remove the below line from your CSS –
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);

    Just keep the below CSS on your Customize.

    .tpg-shortcode-main-wrapper .layout1 .rt-holder,
    .tpg-shortcode-main-wrapper .isotope1 .rt-holder,
    .tpg-shortcode-main-wrapper .carousel1 .rt-holder {
    box-shadow: none;
    padding: 0;
    border: none;
    }

    Thanks

    • This reply was modified 7 months ago by Habib.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove border around posts’ is closed to new replies.