Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Background Not Showing #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

    in reply to: Background Not Showing #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

Viewing 2 posts - 1 through 2 (of 2 total)