Title: Dynamic Headers &#8211; border around default headers
Last modified: August 19, 2016

---

# Dynamic Headers – border around default headers

 *  [sowieso](https://wordpress.org/support/users/sowieso/)
 * (@sowieso)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/dynamic-headers-border-around-default-headers/)
 * there`s a frame/border around the default headers. How do I get that away? I 
   cannot find anything. All other headers function is marvelously.

Viewing 1 replies (of 1 total)

 *  [peterjhpark](https://wordpress.org/support/users/peterjhpark/)
 * (@peterjhpark)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/dynamic-headers-border-around-default-headers/#post-1872268)
 * That’s because your style.css for your theme probably has a default bordering
   around images. What you need to do is to create another img css to govern the
   header images. Add the below code to style.css
 * `img.noborder {border: 0px; padding:0px; }`
 * Then in your dynamic headers plugin folder, edit custom-header.php. Add class
   =”noborder” to the img tag below.
 * `echo '<img class="noborder" src="'.$dhnd_image_url_base.$load_this_media.'" 
   alt="'.$dhnd_alt_tag.'" title="'.$dhnd_alt_tag.'" />';`

Viewing 1 replies (of 1 total)

The topic ‘Dynamic Headers – border around default headers’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dynamic-headers.svg)
 * [Dynamic Headers](https://wordpress.org/plugins/dynamic-headers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dynamic-headers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dynamic-headers/)
 * [Active Topics](https://wordpress.org/support/plugin/dynamic-headers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dynamic-headers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dynamic-headers/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [peterjhpark](https://wordpress.org/support/users/peterjhpark/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/dynamic-headers-border-around-default-headers/#post-1872268)
 * Status: not resolved