THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

need help! with transparancy in contentbox

Home › Forums › General Forums › need help! with transparancy in contentbox

Tagged: Church, content, opacity, theme, transparancy

  • This topic has 6 replies, 3 voices, and was last updated 12 years ago by han.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • March 19, 2014 at 6:13 pm #1934
    MoMicz
    Participant

    Hey! im totally new to this and i dont know much about Css and Code but if anybody can tell me:
    paste “this” code “here and here” that should be doable.

    I have the following problem, i’ve created a website and i want to add transparancy (somethin like 60% ) in the white content area so it becomes a little see-through
    BUT i do not want every new article or text i put there become faded as well..

    Is this possible, if yes?? how? can somebody please tell me what code i need and where to paste or change it??

    March 22, 2014 at 12:37 pm #1967
    han
    Keymaster

    You need to create transparent image and add this

    .site-inner .wrap {
       background: url('http://domain.com/your-transparent-image.png') repeat 0 0 transparent;
    }
    March 22, 2014 at 3:50 pm #1970
    MoMicz
    Participant

    Ah okay, so im beginnin to learn, the white content area where the articles get posted in, is called the site wrapper?

    Ok Good to know, well do i need to make another transparant image on top of my background or…?

    the idea is to make the white box where the posts come in get an opacity of like 50/60 %
    It doesnt need to be completely transparant, u can compare it to a glass plate effect on top of a table.

    March 23, 2014 at 1:41 am #1975
    han
    Keymaster

    try this

    .site-inner .wrap {
        background-color: rgba(255, 255, 255, 0.6);
    }
    March 23, 2014 at 3:51 pm #1976
    MoMicz
    Participant

    we are progressing!, the thing is now: the articles are still plain white, how do i change or delete that white box
    so that they could also become see-through or that i can edit them in another color or something?

    April 13, 2014 at 7:15 pm #2056
    jaco
    Participant

    having the same problem with the white background

    April 14, 2014 at 3:25 am #2060
    han
    Keymaster

    Please download the new version of family theme to fix the issue.

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php