Display widget in text overlay with faded background
Users can now show any RSS feeds in a new style with overlay text and faded background effect view using custom CSS. Previously, users were only able to show images below the text or sidewise as a thumbnail.
- Widget Settings
-
-
Create widget ->
RSS
-
Feed URL ->
https://www.wired.com/feed/category/ideas/latest/rss
-
General -> Width -> Responsive/In Pixels ->
Responsive
-
General -> Style ->
Thumbnail
-
General -> Height -> Posts ->
1
-
General -> Scroll ->
ON
-
General -> Scroll ->
Horizontal
-
General -> Scroll -> Navigation Arrow ->
ON
-
General -> Scroll -> Autoscroll ->
ON
-
General -> Advanced Settings -> Custom CSS link -> Show custom css
Note: Copy CSS from below, paste into your CSS file [your-file-name.css] , make changes as per your need and upload to your server or in Dropbox [ Check How to host CSS on Dropbox Click here], copy the complete CSS path [e.g. http//example.com/css/your-file.css] and paste in "Custom CSS Link" field in Feedwind setting. /* Copy CSS From Here */ #fw-feed-items .fw-feed-item-url[onclick] { position: relative; } .fw-feed-item,.fw-feed-item:hover { margin: 0; padding: 0; clear: both; border-bottom: 0px dashed #CCCCCC; } #fw-container{ height: 350px; } .fw-feed-item-content-module { margin: 0px; padding: 10px; overflow: hidden; position: absolute; top: 0; height: 100%; background: rgb(255,255,255); background: linear-gradient(273deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5130427170868348) 0, rgba(0,0,0,1) 100%); width: 100%; padding-top: 75px; } .fw-feed-item-image { margin: 0; padding: 0; width: 100%; height: 350px; overflow: hidden; } span.fw-feed-item-title { padding: 10px 0; } .fw-feed-item-image-module { margin: 0 0 0 5px; padding: 0; float: none; } .fw-feed-item-title, .fw-feed-item-description, .fw-feed-item-date { width: 50%; } /* CSS Ends Here */
Rest keep as default
-
Create widget ->