-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background Image Replaced by Background Color #66
Comments
Go to your theme folder and change the following: stylesheets/app.css
This should put your custom background as priority and remove the default background. If it still doesn't work use wp-content\plugins\post-details.php and change a color from this:
to transparent over the default color and use it as your default. Basically if you use White #FFFFFF change it to transparent and select White as your background color on the post. |
Even if I have uploaded a background image for a post, the background color is displayed (blocking the background image). I'm not great at writing PHP, does anyone have a fix for this?
The text was updated successfully, but these errors were encountered: