Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design How to get this transparent box?

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #249779
    thala
    Participant

    hello guys, i am trying to figure out how to get this transparent box on my website.

    Website in question: https://www.ipsfocus.net/4x/theme.php?id=84

    This is what i am looking to achieve.

    Image: http://i.imgur.com/WCyNR0C.png

    Thanks much.

    #249782
    Paulie_D
    Member

    I have no idea what issue you are actually having….what is supposed to be transparent?

    Your desired image is exactly what you have now….

    #249783
    thala
    Participant

    @Paulie_D

    I am sorry for not explaining it clearly, the screenshot & the link points to my desired image.

    I am yet to make a progress with this :(

    #249787
    Paulie_D
    Member

    I am sorry for not explaining it clearly, the screenshot & the link points to my desired image.

    Unfortunately, it’s not clear what it is you are trying to do..

    The link already has that section (your screenshot) exactly as desired.

    If you don’t want all the other stuff on the page (which seems odd)…don’t include that HTML.

    #249790
    thala
    Participant

    @Paulie_D

    What i am trying to achieve is to replicate the same look on my forums, i want the background color of the forum categories.

    It seems like a bunch of css to me, i have tried with this but no luck.

    .contentContainer {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    display: table;
    position: relative;
    }

    #249791
    Paulie_D
    Member

    I can only suggest you make a demo of your existing code in a Codepen.io demo.

    Linking in a template isn’t really helping.

    #249941
    Geoff Graham
    Participant

    @thala,

    i want the background color of the forum categories.

    Just to clarify: are you trying to remove the dark background of the category headers (screenshot) so that they are transparent to the white background of the rest of the forums? That’s how I’m reading your request.

    #249943
    thala
    Participant

    yes, mate.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Design’ is closed to new topics and replies.