- This topic has 5 replies, 2 voices, and was last updated 5 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photomania Pro › Background Not Showing
New to Photomania Pro theme. So far so good on everything, except when I set a background image, it doesn’t show up on any pages or posts. It’s like it ignores it is selected. Have tired multiple images, they work fine on other themes, just not this one. How can I get a background image on this theme? Is there a CSS override or hotfix available?
Hello
The theme has introduced the layer above the background so that the text of the content appear well. If you want the show the background image anyway, please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS
.page #content {
background-color : transparent;
}
#primary article.hentry {
background : transparent;
box-shadow: none;
}
Hope this helps
Feel free to reach us for any further query/confusion.
Regards!
Added the code provided and dumped the cache. However, the ‘layer’ is still present – no background image shows, looks the same as before the CSS modification.
Thanks,
mg
Hello
Can you please provide us with your site URL so that we can inspect the issue further and provide you with a precise fix ?
Regards!
Update:
Using the code provided:
.page #content {
background-color : transparent;
}
#primary article.hentry {
background : transparent;
box-shadow: none;
}
DID work on sub-pages – I ended up removing the #primary part of the code because the background was overpowering the text boxes, etc.
Final code used:
.page #content {
background-color : transparent;
}
This does not, however work on the main homepage. It seems just the main homepage is the problem, all others the background is now working. I don’t have a link to the site yet because it’s not live to the public.
Thanks,
mg
Hello
The theme is designed in such a way that the section that are placed in the front page are highlighted with its own details. Due to this reason in this theme and in any other theme, background image cannot be displayed in the front page.
Hope this clears your confusion.
Best Regards!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |