Title: Background issues using Bretheon theme
Last modified: August 21, 2016

---

# Background issues using Bretheon theme

 *  [dyerdesigns87](https://wordpress.org/support/users/dyerdesigns87/)
 * (@dyerdesigns87)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/background-issues-using-bretheon-theme/)
 * I am currently using the Bretheon theme and for some reason my background is 
   only appearing in certain browsers and not appearing in others. Has anyone else
   had this issue? If so please help!
 * My website link is [http://www.justritecomfort.com](http://www.justritecomfort.com)
 * Any help or suggestions are highly appreciated!!

Viewing 1 replies (of 1 total)

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/background-issues-using-bretheon-theme/#post-4698643)
 * Safari was the only browser where I could not see the background image. The problem
   is with a CSS rule which sets the background of the HTML element:
 *     ```
       html {
       background: #f8f8f8 url("http://www.justritecomfort.com/wp-content/uploads/2014/02/seatbelt2.jpg") no-repeat fixed center center / cover;
       background-color:transparent;
       }
       ```
   
 * I don’t know why there’s that bit at the end, the “/ cover”, but that’s what 
   Safari doesn’t like. There’s an extra _center_ value as well. You can override
   that rule by adding your own CSS. If your theme has a Custom CSS option, then
   add this to it:
 *     ```
       html {
       background: #f8f8f8 url("http://www.justritecomfort.com/wp-content/uploads/2014/02/seatbelt2.jpg") no-repeat fixed center;
       }
       ```
   
 *  and add the rule that way.

Viewing 1 replies (of 1 total)

The topic ‘Background issues using Bretheon theme’ is closed to new replies.

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [not appearing](https://wordpress.org/support/topic-tag/not-appearing/)

 * 1 reply
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/background-issues-using-bretheon-theme/#post-4698643)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
