Title: Removing border
Last modified: August 22, 2022

---

# Removing border

 *  [sosebeehive](https://wordpress.org/support/users/sosebeehive/)
 * (@sosebeehive)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/)
 * Hi there,
 * Sorry for the extra question, but was wondering if there was a way to remove 
   CSS or add CSS coding to eliminate the white border line on my website?
    see 
   here: [https://beehive-pr.com.au/2022/08/19/beehive-at-bigsound-our-artists-to-watch/](https://beehive-pr.com.au/2022/08/19/beehive-at-bigsound-our-artists-to-watch/)
 * Also was wondering if I could remove the folder icon here: [https://ibb.co/Tgkg77Q](https://ibb.co/Tgkg77Q)?
 * many thanks!

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

 *  Thread Starter [sosebeehive](https://wordpress.org/support/users/sosebeehive/)
 * (@sosebeehive)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/#post-15951562)
 * hello sorry, was hoping to follow this one up? I’ve tried everything!
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/#post-15953825)
 * Hi [@sosebeehive](https://wordpress.org/support/users/sosebeehive/),
 * I am sorry for the delay.
 * Try adding this CSS code to your site’s **Additional CSS** under the **Appearance**
   > **Customize** menu.
 *     ```
       .site-content > .container {
           border: none;
       }
       ```
   
 *  Thread Starter [sosebeehive](https://wordpress.org/support/users/sosebeehive/)
 * (@sosebeehive)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/#post-15957858)
 * Hello!
 * It still seems to be appearing when added to the additional css (linked below)
   hmm
    [https://ibb.co/5Ls7srV](https://ibb.co/5Ls7srV)
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/#post-15958048)
 * Hi [@sosebeehive](https://wordpress.org/support/users/sosebeehive/),
 * On your screenshot, your additional CSS code contains an error. Any code added
   after error line won’t take any effect. Please fix any error first. For example:
 *     ```
       .entry-title { text-align:center; }
       }
       .site-content > .container {
         border: none;
       }
       ```
   
 * It should not contain extra } line. So it will look like this.
 *     ```
       .entry-title { text-align:center; }
       .site-content > .container {
         border: none;
       }
       ```
   
 *  Thread Starter [sosebeehive](https://wordpress.org/support/users/sosebeehive/)
 * (@sosebeehive)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/#post-15958057)
 * Oh this makes sense!
 * I’ve removed that error, but it still is coming up? Would you be able to let 
   me know if there are further errors? I’m such a code novice, apologies: [https://ibb.co/5Ls7srV](https://ibb.co/5Ls7srV)
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/#post-15958072)
 * Thank you for getting back [@sosebeehive](https://wordpress.org/support/users/sosebeehive/).
 * Perhaps other lines above contain an error. Please validate your entire code 
   with [this tool](https://jigsaw.w3.org/css-validator/#validate_by_input) for 
   any error.

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astrid/1.20/screenshot.png)
 * Astrid
 * [Support Threads](https://wordpress.org/support/theme/astrid/)
 * [Active Topics](https://wordpress.org/support/theme/astrid/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astrid/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astrid/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/removing-border-7/#post-15958072)
 * Status: not resolved