Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #909907

    Hi, I’m wanting to put a semi-transparent text box on top of color section that has a photo background.

    Per another support thread, I learned I could give the color section a unique sectionID (I gave mine “contact”), and then in Quick Style in Theme Styling I could style like this:

    #contact div.avia_textblock {
    background: rgba(255,255,255,0.5);
    padding: 10px;
    }

    I’m not succeeding with that. I was wondering if you could help me. Thank you kindly.

    #909908

    Hey theonlykieran,

    The link you provided above is not working for me. Can you please check this?

    Best regards,
    Jordan Shannon

    #909929

    woops…

    thanks!

    #909937

    Hi,

    Thanks for providing that info. Just for further clarification what section needs to have the box around it? Is it this text: “Are you ready for
    lasting change?”

    Best regards,
    Jordan Shannon

    #910050

    the contact form at the very bottom of the page, color section titled “contact”. thanks

    #910061

    Hi,

    I see thanks for clearing that up. Add this to quick css:

    #contactbox .flex_column.av_three_fifth.flex_column_div.avia-builder-el-43{
    background:rgba(255,255,255,0.5)!important;
    }  

    Best regards,
    Jordan Shannon

    #910111

    thank you so much! So much appreciate your guys’ amazing helpful and quick support.

    #910155

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #910411

    absolutely! thank you. we can close this.

    #910413

    Hi,

    I’m glad I was able to help you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Semi-transparent text box on top of color section with photo background’ is closed to new replies.