Title: Hide border
Last modified: June 9, 2022

---

# Hide border

 *  Resolved [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/)
 * Is it possible to hide border around post with CSS by specific grid?
    Any code
   sample?

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Support [Habib](https://wordpress.org/support/users/habibjh/)
 * (@habibjh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15725144)
 * Hi [@danicasati](https://wordpress.org/support/users/danicasati/)
    Yes, it’s 
   possible. Which layout do you use? Can you please share the URL that is made 
   by the post grid? That we can provide you with the correct solution.
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15726445)
 * Sure:
    [https://venbo.co/viernes-17-06-22-7pm/](https://venbo.co/viernes-17-06-22-7pm/)
 * I’d like to configure certain events to display them withous border.
    I’m actually
   use STYLE 1.
 *  Plugin Support [Habib](https://wordpress.org/support/users/habibjh/)
 * (@habibjh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15731116)
 * Hi [@danicasati](https://wordpress.org/support/users/danicasati/)
 * Please copy the below style and put them to Appearance > Customize > Additional
   CSS
 *     ```
       .tpg-shortcode-main-wrapper .layout1 .rt-holder {
           padding: 0;
           box-shadow: none;
       }
       .tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
           padding: 0;
       }
       ```
   
 * Hopefully, your issue will be fixed. Please let us inform after doing that.
    -  This reply was modified 3 years, 11 months ago by [Habib](https://wordpress.org/support/users/habibjh/).
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15733743)
 * Is it possible to add a custom CSS class and only hide border for that class?
 *  Plugin Support [Habib](https://wordpress.org/support/users/habibjh/)
 * (@habibjh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15734696)
 * Hi [@danicasati](https://wordpress.org/support/users/danicasati/)
 * Yes if you want you can add a custom CSS class in the parent of any shortcode.
   Just check the screenshot to see how to add the class – [https://prnt.sc/QrgNsCPfjXer](https://prnt.sc/QrgNsCPfjXer)
 * If you add a custom CSS class then you have to modify the CSS that I gave you
   before. Please check the below code for details-
 *     ```
       .tpg-shortcode-main-wrapper.your-class-name .layout1 .rt-holder { 
           padding: 0;
           box-shadow: none;
       }
       ```
   
 * Thanks
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15737731)
 * It doesn’t work.
 *  Plugin Support [Habib](https://wordpress.org/support/users/habibjh/)
 * (@habibjh)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15745112)
 * Hi [@danicasati](https://wordpress.org/support/users/danicasati/),
 * I think you didn’t replace (.your-class-name) with your inputted parent class.
   Please see the screenshot – [https://prnt.sc/0yVJcu3hDht6](https://prnt.sc/0yVJcu3hDht6).
   Another thing- Please don’t use any empty space between classes.
 * Thanks
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15746859)
 * It works now.
    Thanks for support.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Hide border’ is closed to new replies.

 * ![](https://ps.w.org/the-post-grid/assets/icon-256x256.gif?rev=2647621)
 * [The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid](https://wordpress.org/plugins/the-post-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-post-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-post-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/the-post-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-post-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-post-grid/reviews/)

## Tags

 * [PostGrid](https://wordpress.org/support/topic-tag/postgrid/)

 * 8 replies
 * 2 participants
 * Last reply from: [Dani](https://wordpress.org/support/users/danicasati/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/hide-border/#post-15746859)
 * Status: resolved