Title: Rounded Corner Feature
Last modified: September 1, 2016

---

# Rounded Corner Feature

 *  [Deb M](https://wordpress.org/support/users/papul/)
 * (@papul)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/rounded-corner-feature/)
 * Hi there,
 * My query : The “Rounding” of corners of the images. Great feature. Makes the 
   picture easy to look at. Any picture embedded in to the post (Sourced either 
   from the wp site or **hot linked from another source**) gets the rounded corners.
 * Doubt : Does this feature also tries to round the corners of advertisements (
   like from google). Wanted to clear my doubt regarding that as many ad vendors
   insist there should not be any attempt to modify the codes as a policy.
 * Any clarity on the doubt is welcome.
 * Thank you again for a great theme.

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

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/rounded-corner-feature/#post-7710801)
 * Hi
 * > Doubt : Does this feature also tries to round the corners of advertisements(
   > like from google).
 * Please post your website URL.
    We will take a look at your source code and see
   if theme is affecting it.
 * Thank you
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/rounded-corner-feature/#post-7710876)
 * [@deb](https://wordpress.org/support/users/deb/) – I checked the site you had
   linked previously: [http://www.dentalorg.com/](http://www.dentalorg.com/)
 * The answer is “yes”, the dynamic CSS generated by the theme will affect all images
   unless you specifically override them. In your header you can exempt the widgets
   image by using this CSS:
 *     ```
       /* remove image rounding */
       #header-widgets img {
           border-radius: 0;
       }
       ```
   
 * > many ad vendors insist there should not be any attempt to modify the codes
 * Ads are normally contained in iframes which you cannot modify locally. Your header
   widget is an image with an off-site link. In any case, the rounding of images
   doesn’t modify any ad code; it’s used for display purposes only.

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

The topic ‘Rounded Corner Feature’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/rounded-corner-feature/#post-7710876)
 * Status: not resolved