Home Forums Pro Themes Photomania Pro Background Not Showing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #104330
    Mark Gibbs
    Participant

    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?

    #104353
    wensolutions
    Keymaster

    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!

    #104556
    Mark Gibbs
    Participant

    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

    #104557
    wensolutions
    Keymaster

    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!

    #105005
    Mark Gibbs
    Participant

    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

    #105012
    wensolutions
    Keymaster

    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!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.