Home › Forums › Pro Themes › Photomania Pro › Background Not Showing
- This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by
wensolutions.
-
AuthorPosts
-
August 20, 2019 at 10:56 pm #104330
Mark Gibbs
ParticipantNew 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?
August 21, 2019 at 2:20 am #104353wensolutions
KeymasterHello
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!
August 22, 2019 at 10:42 pm #104556Mark Gibbs
ParticipantAdded 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,
mgAugust 22, 2019 at 11:24 pm #104557wensolutions
KeymasterHello
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!
August 28, 2019 at 10:45 pm #105005Mark Gibbs
ParticipantUpdate:
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,
mgAugust 29, 2019 at 12:01 am #105012wensolutions
KeymasterHello
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!
-
AuthorPosts
- You must be logged in to reply to this topic.





