WordPress.org

Forums

How do I create a transparent page? Help (7 posts)

  1. wydbiss
    Member
    Posted 10 months ago #

    Hellow

    So far, after searching for a week, I've not been able to successfully found information on how to create a transparent "Pages".
    Basically, so that if you were to look at the page , you'd see the writing and the background image, no color, just transparent. I hope I'm making sense.
    I've searched G*ogle, and have come up with nothing to solve the issue. I don't know what else to do. I can't solve this issue on my own, and would appreciate help. I've been working on the website since july, and need help in the fix.

    It's good to know there are helpful people here. It makes a newbie at templates and code not feel so alone and intimidated, hahaha!

    Thanks.

  2. alchymyth
    The Sweeper & Moderator
    Posted 10 months ago #

    a 'page' might have several layers of html elements with background colors;

    you could possibly try working with a browser tool such as Firebug http://getfirebug.com/ to investigate the css structure of the 'page', and turn all background colors to 'transparent'. or meticulously work through the stylesheet.

    nothing really to do with WordPress per se, more a pure css excercise, and helping with that is not one of the main scopes of this forum.

    however, to get any suggestions at all, you would need to post a link to that 'page'.

  3. wydbiss
    Member
    Posted 10 months ago #

    http://gioluxurycars.ro/?page_id=11

    this is one of the page that i need to make transparent

    Thanks.

  4. Andrew Nevins
    Volunteer Moderator
    Posted 10 months ago #

    Which parts do you want transparent?

  5. wydbiss
    Member
    Posted 10 months ago #

    the white background

  6. Andrew Nevins
    Volunteer Moderator
    Posted 10 months ago #

    Changing the white background to opacity in CSS will cause every child element to inherit the opacity.
    I recommend creating a transparent .png file, 1px by 1px, then repeating that throughout the background.

  7. alchymyth
    The Sweeper & Moderator
    Posted 10 months ago #

    for full transparency, add this to whereever custom styles are added in your theme;

    for instance in style.css:

    #page_content_wrapper { background: transparent!important; }

    for details, please contact the seller of your commercial theme for support.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.