Style Code passing into rss feed
-
I have “Episode description” set to “Post Content”.
One of the blocks I am using on my podcast pages (Stackable Container block) has css within
style
tags. That css code is appearing as text within the rss feed. Is there any way to keep this from happening?This is the code that is bleeding through into the feed:
.ugb-405aab8-wrapper.ugb-container__wrapper{border-radius:0px !important;padding-top:0 !important;padding-bottom:0 !important;background-color:rgba(255,255,255,0.2) !important}.ugb-405aab8-wrapper > .ugb-container__side{padding-top:35px !important;padding-bottom:35px !important}.ugb-405aab8-wrapper.ugb-container__wrapper:before{background-color:#ffffff !important}.ugb-405aab8-content-wrapper > h1,.ugb-405aab8-content-wrapper > h2,.ugb-405aab8-content-wrapper > h3,.ugb-405aab8-content-wrapper > h4,.ugb-405aab8-content-wrapper > h5,.ugb-405aab8-content-wrapper > h6{color:#222222}.ugb-405aab8-content-wrapper > p,.ugb-405aab8-content-wrapper > ol li,.ugb-405aab8-content-wrapper > ul li{color:#222222}.ugb-405aab8.ugb-container{background-color:#000000;background-attachment:fixed;background-image:url(https://www.my site.org/wp-content/uploads/2021/04/Phone-music.jpg)}.ugb-405aab8.ugb-container:before{background-color:#000000;opacity:0.6}@media screen and (min-width:768px){.ugb-405aab8.ugb-container{margin-bottom:48px !important;padding-top:25px !important;padding-right:25px !important;padding-bottom:25px !important;padding-left:25px !important}}
Is this just the fault of whatever app or platform is reading the feed?
- The topic ‘Style Code passing into rss feed’ is closed to new replies.