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

  • Created : Jun, 26, 2023
  • Last Updated: Aug, 17, 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


Related posts

Sports-widget

Add a Dynamic Sports Widget to Your Website

Contents1 Increase User Engagement1.1 Increased Engagement1.2 Lower Bounce Rates1.3 Level Up User Experience2 How to Add FeedWind Sports Widget...

connect-facebook-with-instagram

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

Contents1 Why do you need to connect the Facebook page to your Instagram account?2 How do you link a...

Create widget in Overlay style with linear gradient background

Create widget in Overlay style with linear gradient background

Start your free trial. FeedWind is the easiest way to add dynamic content on your website.
Create Now