• I have a scenario where I am using the below CSS:

    div#checc-iframe:has(iframe)

    I am adding this CSS in headers.php lique below:

    <style amp-custom>
    div#checc-iframe:has(iframe) {
    /* Your styles here */
    }
    </style>

    But using the AMP pluguin, it is guetting converted as below:

    div#checc-iframe:has(amp-iframe)

    I don’t want to convert my CSS from iframe to amp-iframe. Can anyone help me to solve this ASAP?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

You must be loggued in to reply to this topic.