Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #804665

    Hey Folks,

    i started some work at my website. I changed some Text-Boxes on my landing-page. Now they haven’t the background color that I would use. If you Check the two links you will get my issue.

    Maybe this is the Code i used to define the Color – it has his home at my QuickCSS field.

    #top .white_textbox{ background: #ffffff; padding: 10px; padding-right: 5px;
      border: 0;
      opacity:0.8;
      filter:alpha(opacity=60); /* For IE8 and earlier */}

    Hope you can get my problem and you will fix it

    kind regards

    #804737

    Hey tese,

    The links you posted are not working. I may need to be logged in, so can you please provide admin info as well?

    Best regards,
    Jordan Shannon

    #804944

    Hey ,

    i offer you two links that will work. But you can still have a admin login as well, if it will worked quiet easier for you?

    cheers
    tese

    #805109

    Hi,

    Please add the following to quick css

    .avia-builder-el-33{
        background: #ffffff;
        padding: 10px;
        padding-right: 5px;
        border: 0;
        opacity: 0.8;
    }
    
    .avia-builder-el-38{
        background: #ffffff;
        padding: 10px;
        padding-right: 5px;
        border: 0;
        opacity: 0.8;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #805339

    Hi Josh,

    thanks for your support.
    It works fine for one of the textfields – but the right one isn’t fixed, right now.

    Perhaps you could solve it.

    Kind regards
    Tese

    #805344

    Hi,

    Adjust it to the following:

    .avia-builder-el-39{
        background: #ffffff;
        padding: 10px;
        padding-right: 5px;
        border: 0;
        opacity: 0.8;
    }

    Best regards,
    Jordan Shannon

    #805550

    Hi,

    it didn’t worked actually.

    Did your css-code only trigger the separate boxes or is it a global fix for this issue?

    Kind Regards and thanks a lot for your support.

    #805600

    Hi,

    It was not global but specifically for the two that appeared in the link. I believe I see my error:

    
    .avia-builder-el-37{
        background: #ffffff;
        padding: 10px;
        padding-right: 5px;
        border: 0;
        opacity: 0.8;
    }

    The above should work

    Best regards,
    Jordan Shannon

    #805605

    Hi,

    yow this works finde. Did you have an global solution for me?
    Perhaps i need to fix this problem a couple of times if i changed something at my text boxes? Or is there only a single solution?

    Thanks for your great support.

    #805614

    Hi,

    Provided that you have all those boxes styled the same a global solution would be the following:A global solution would be the following:

    
    .flex_column_div{
      background: red;
        padding: 10px;
        padding-right: 5px;
        border: 0;
        opacity: 0.8;
    }

    But since all of yours seem to be styled in different manners, I would take it by a case by case basis.

    Best regards,
    Jordan Shannon

    #805630

    Hi jordan,

    thanks again.

    Kind Regards!

    #805631

    Hi,

    No problem. If you need additional help, please let us know here on the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Text Box BGColor – perhaps a Problem after the las update’ is closed to new replies.