Create transparent feed widget
Here’s an example of a transparent Feed Widget.
Follow these steps to create a similar customized transparent feed widget for your website.
- Widget Settings
-
-
Create widget ->
RSS
-
Feed URL ->
https://www.wired.com/feed/rss
-
General -> Width -> Responsive/In Pixels ->
Responsive
-
General -> Style ->
Thumbnail
-
General -> Height -> In Pixels ->
390
-
General -> Scroll ->
ON
-
General -> Scroll ->
Vertical
-
General -> Scroll -> Scroll bar ->
OFF
-
General -> Scroll -> Autoscroll ->
ON
-
General -> Scroll -> Autoscroll ->
Normal
-
General -> Scroll -> Scroll Speed->
4
-
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 */ header { border-bottom: 6px solid #00e7ff; } .fw-feed-title { text-align: center; } .fw-feed-item { padding: 0px 0px 0px 0; position: relative; width: 95%; margin: 0 auto; } .fw-feed-item:hover { padding: 0px 0px 0px 0; margin: 0 auto; } .fw-feed-item-image-module { padding: 0; float: none; margin: 0 0 0 0px; width: 100%; text-align: left; height: 300px; width: 100% !important; } .fw-feed-item-image { display: none; } #fw-feed-items .fw-feed-item-description { margin: 0 2px 0 0; padding: 0 2px 0 0; color: #505659; word-wrap: break-word; line-height: 1.5; font-size: 16px; font-weight: bold; overflow: hidden; display: block; text-align: center; } .fw-feed-item-description, .fw-feed-item-description img { width: 100% !important; } .fw-feed-item-content-module { margin: 20px 51px; padding: 20px 5px; overflow: visible; text-align: center; position: absolute; top: 27%; text-align: center; background-color: rgba(0, 0, 0, 0.66); border-radius: 15px; border: 7px solid rgba(255, 176, 9, 0.39); } /* CSS Ends Here */
-
Feed Title -> Custom ->
ON
-
Feed Title -> Custom -> Main Title ->
Feedwind Youtube Channel
-
Feed Title -> Font size ->
18
-
Feed Title -> Bold ->
ON
-
Feed Title -> Colors -> Background color ->
#191919
-
Feed Title -> Colors -> Font color ->
#FFFFFF
-
Feed Content -> Display Content->
Title
-
Feed Content -> Size -> Item title ->
16
-
Feed Content -> Size -> Bold ->
OFF
-
Feed Content -> Size -> Content ->
12
-
Feed Content -> Colors -> Title font ->
#FFFFFF
-
Feed Content -> Colors -> Content font ->
#FFFFFF
-
Feed Content -> Colors -> Background ->
#FFFFFF
-
Feed Content -> Advanced Settings -> Background ->
Add Image URL
Rest keep as default
-
Create widget ->