-
AuthorPosts
-
June 6, 2017 at 8:15 pm #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
June 6, 2017 at 11:14 pm #804737Hey 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 ShannonJune 7, 2017 at 9:15 am #804944Hey ,
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
teseJune 7, 2017 at 3:17 pm #805109Hi,
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 ShannonJune 7, 2017 at 10:30 pm #805339Hi 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
TeseJune 7, 2017 at 10:41 pm #805344Hi,
Adjust it to the following:
.avia-builder-el-39{ background: #ffffff; padding: 10px; padding-right: 5px; border: 0; opacity: 0.8; }
Best regards,
Jordan ShannonJune 8, 2017 at 12:46 pm #805550Hi,
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.
June 8, 2017 at 3:23 pm #805600Hi,
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 ShannonJune 8, 2017 at 3:26 pm #805605Hi,
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.
June 8, 2017 at 3:48 pm #805614Hi,
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 ShannonJune 8, 2017 at 4:03 pm #805630Hi jordan,
thanks again.
Kind Regards!
June 8, 2017 at 4:08 pm #805631Hi,
No problem. If you need additional help, please let us know here on the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Text Box BGColor – perhaps a Problem after the las update’ is closed to new replies.