Title: Remove Thematic borders
Last modified: August 21, 2016

---

# Remove Thematic borders

 *  [Jummul](https://wordpress.org/support/users/jummul/)
 * (@jummul)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-thematic-borders/)
 * Hi there!
 * on [http://acupoflife.nl/](http://acupoflife.nl/) i’ve installed the Thematic
   framework and am now using a child theme (the one delivered with Thematic). I’m
   absolutely new to child themes and new to CSS as well.
 * How do I remove the border just under the navigation?
    And how do I remove the
   border just above the footer?
 * Many thanks in advance!

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-thematic-borders/#post-3824094)
 * Look at adding a border of zero to the navigation element:
 *     ```
       <div id="access">
       ```
   
 * _[http://www.w3schools.com/cssref/pr\_border-style.asp](http://www.w3schools.com/cssref/pr_border-style.asp)_
 *  Thread Starter [Jummul](https://wordpress.org/support/users/jummul/)
 * (@jummul)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-thematic-borders/#post-3824099)
 * Thanks!
 * With my lack of webdesign knowledge you’ll have to be a tad more specific though.
 * Where do I put what?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-thematic-borders/#post-3824101)
 * CSS modifications go in your Child Theme style.css file.
 *  Thread Starter [Jummul](https://wordpress.org/support/users/jummul/)
 * (@jummul)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-thematic-borders/#post-3824105)
 * So at the bottom of my stylesheet I’d put:
 * <div id=”access”>
    { border:0px; }
 * ?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-thematic-borders/#post-3824107)
 * Not quite.
    You don’t put the HTML literally like that in CSS.
 * CSS applies styles to HTML elements by picking out the classes, IDs or literally
   the tag itself through its own method called “CSS Selectors”.
 * You can read up on CSS selectors here: [https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started/Selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started/Selectors).

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

The topic ‘Remove Thematic borders’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/remove-thematic-borders/#post-3824107)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
