• Resolved oskam

    (@oskam)


    Hello,
    Is it possible to place the facebook feed in dark mode on your website?
    My site is in darkmode colors and the facebook feed doesn’t fit this theme.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Could you please try to use the following CSS codes:

    #ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
           background-color: #D3D3D3 !important;
    }
    
    #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
           background-color: #D3D3D3 !important;
    }

    Thanks. Have a wonderful day.

    Thread Starter oskam

    (@oskam)

    Hi,

    Thank you, it works.

    I am very happy with it.

    Is it also possible to make the text in white on the dark background?

    Have a perfect 2019 ??

    Hi,

    Sure. Use the code below:

    #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_from_name_0 {
            color: #ffffff !important;
    }
    
    #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_from_time_post_0 {
      color: #ffffff !important;
    }
    #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_messages_0 {
      color: #ffffff !important;
    }
    
    #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_message{
      color: #ffffff !important;
    }

    Thanks. Have a nice day.

    • This reply was modified 5 years, 10 months ago by editanazaryan.
    Thread Starter oskam

    (@oskam)

    Thanks, again.

    Almost perfect ??

    Not al of the text is in white?

    Please take a look at: https://www.hposkam.nl

    Hi,

    Please add the following code as well:

    #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_story_0, .ffwd_blog_style_object_name_0, #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_from_name_0 {
       color: #fff !important;
    }

    Thanks.

    Thread Starter oskam

    (@oskam)

    Hello,

    Now it’s really perfect.

    Thank you so much for the help.

    Best regards, Henk

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Facebook feed in dark mode’ is closed to new replies.