Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #295854

    Hi
    I use stretched layout on my site. For now i have found codes from this forums on how to have a body background image and how to make a part of the site transparent so that body background image is showing.
    But i can’t find any solution for the textbox here, So can you please help me.

    So far i have this in my Quick CSS field:

    body{
    background-image: url(https://www.everythingisforever.com/cms_assets/full-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
    div.header_bg, #socket {
        background-color: rgba(0,0,0,0.75) !important;
    }
    div.main_color.container_wrap.fullsize {
        background: rgba(0,0,0,0.75) !important;
    }
    #main, .html_stretched #wrap_all{
        background: transparent !important;
    }

    But as i said, i don’t wat the textbox to be completely transparent. How to do that?

    • This topic was modified 9 years, 8 months ago by Charlie999.
    #296013

    After searching more on this forum, i found a solution which work. The only silly problem i now have, is that i can’t figure out what i should call that 1/1 full widt column for.

    The newly founded code (which is working for me):

    .av_three_fourth .avia_textblock{
    background: rgba(0,0,0,0.8) !important;
    border: 1px solid #C8B693 !important;
    padding: 10px 19px !important;
    }
    #296522

    Hi!

    Try:

    .av_one_full .avia_textblock{
    background: rgba(0,0,0,0.8) !important;
    border: 1px solid #C8B693 !important;
    padding: 10px 19px !important;
    }

    Cheers!
    Josue

    #296558

    Thanks! That did work!

    #296559

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Transparent black textbox color’ is closed to new replies.