Общий -> Дополнительные настройки -> Пользовательская ссылка CSS -> Показать пользовательский 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 */