Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#26923 closed defect (bug) (invalid)

Custom background color not displaying on iPhone

Reported by: networksolution's profile networksolution Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.8
Component: General Keywords:
Focuses: ui Cc:

Description

In many occasions, the inline CSS inserted by Wordpress is not adequate.

Wordpress inserts this CSS:
background-color: #color;

Replacing it with:

background: #color !important;

will work better.

Change History (4)

#1 @MikeHansenMe
11 years ago

  • Keywords reporter-feedback added

Using !important is discouraged. My thought is that the theme must have a rule that is more specific or maybe they are using !important. Could you provide what theme and version of Wp you are using?

#2 @networksolution
11 years ago

This is the theme (it is a commercial one): http://www.madeinebor.com/ar/
I'm using WP 3.8.1

#3 @MikeHansenMe
11 years ago

It looks like that theme has a default background image that makes the background color not show. Can you try with the default theme, then if that works you may want to contact the theme author and let them know it is not working as intended.

#4 @DrewAPicture
10 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

This appears to have been an issue with a non-bundled theme's CSS. @networksolution: feel free to reopen if you continue to experience this issue using one of the default bundled themes.

Note: See TracTickets for help on using tickets.