Facebook posts: Enhance your brand’s online presence with custom overlay design

  • Created : Jun, 26, 2023
  • Last Updated: Nov, 7, 2023

Stand Out with Custom Overlay Designs

While images play a vital role in catching the eye, the design elements surrounding them are equally important. Custom overlay designs provide an excellent opportunity to infuse your brand’s personality into your Facebook posts. With overlays, you can add captivating text, branded elements, or eye-catching graphics that complement your image and reinforce your message.



Easy Steps

Widget Settings
  1. Create widget -> Facebook
  2. Feed URL -> https://www.facebook.com/FeedWind/
  3. General -> Width -> Responsive/In Pixels -> Responsive
  4. General -> Style -> Large Image
  5. General -> Height -> Posts -> 2
  6. General -> Scroll -> ON
  7. General -> Scroll -> Horizontal
  8. General -> Scroll -> Navigation Arrow -> ON
  9. General -> Scroll -> Autoscroll -> ON
  10. 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-fb-feed-items .fw-fb-feed-item-content-module {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    #fw-fb-feed-items .fw-fb-feed-item-large-image {
        border-radius: 0;
        height: 254px;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        margin: 0;
    }
    
    #fw-fb-feed-items .fw-fb-feed-item {
        margin: 0;
        padding: 0;
        clear: both;
        position: relative;
    }
    
    .fw-fb-feed-item-content-module:after {
        content: '';
        background-color: #000000b7;
        position: absolute;
        width: inherit;
        height: 35%;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 0.3s linear;
        z-index: 0;
    }
    #fw-fb-feed-items .fw-fb-feed-item:hover .fw-fb-feed-item-content-module:after {
        background-color: #5f08ffb7;
    }
    header {
        background: linear-gradient(90deg, #52CA1D 0%, #006DFF 100%);
    }
    
    span.fw-fb-feed-item-description {
        position: absolute;
        padding: 2rem;
        bottom: 12%;
        text-align: center;
        z-index: 1000;
    }
    
    
    span.fw-fb-feed-item-date {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 12;
        transition: all 0.3s linear;
    }
    
    #fw-fb-feed-items .fw-fb-feed-item-large-image {
        height: 450px;
        transition: all 0.3s linear;
    }
    /*   CSS Ends Here  */
    
  11. Rest keep as default

If you have any questions regarding Facebook Feed Widget, refer to our FAQs article.


Related posts

How to Create a Vimeo Video Widget for Your Website – Easy Guide

How to Create a Vimeo Video Widget for Your Website – Easy Guide

Creating a Vimeo video gallery widget & display on your website is easy, even if you’re not very tech-savvy!...

Ultimate Bento Design in FeedWind Widgets

Ultimate Bento Design in FeedWind Widgets

Bento Design: Transform Your Digital Space with FeedWindWelcome, digital enthusiasts and content crafters! Are you eager to revolutionize your...

connect-facebook-with-instagram

How to add or change the Facebook Page connected to your Instagram business account

Instagram is a photo and video-sharing social networking service. The app allows users to upload media that can be...