Hi…
I’ve tried several options in quick CSS to try and solve this problem, but with no success. I have a dark gray background in my footer with a subscription form in my first column (with the same colors)… but the form has 4 tiny white corners – which are actually a border-radius and when I add thumbnail custom CSS in firebug I can switch off the border radius (with the !important option added) but somewhere in the back-end, my effort is been override by some code.
Any suggestions?
Pieter
Hey CampFigtree,
Typically you can’t change the page loaded in the iframe due to cross-domain resource restrictions.
If you had control you could change the div.el-content-wrapper border-radius to 0
Yet here are some reported workarounds you could try: https://stackoverflow.com/questions/217776/how-to-apply-css-to-iframe
Best regards,
Mike
Hi Mike… thanks for the feedback – you’ve confirmed what I thought and I will have to contact the other party to make the change from their side.
Appreciate…
Pieter