-
AuthorPosts
-
May 26, 2015 at 1:23 am #449770
1. How can I use this plugin in a sidebar widget on Enfold? The one the theme provides doesn’t have some of the features or styles I want that this one from FB has.
https://developers.facebook.com/docs/plugins/page-plugin2. Is there any way to style the sidebar widget titles?
- This topic was modified 9 years, 6 months ago by strengthcoaching.
May 26, 2015 at 10:54 am #449962Hey!
1. Copy the provided code into a Text Widget.
2. Use the following CSS code:
#top .sidebar .widgettitle{ color: red; font-weight: bold; font-size: 22px; font-family: serif; }
Best regards,
JosueMay 26, 2015 at 4:24 pm #4501581. Thanks. After I posted this I tried that but it’s not responsive. I think because the FB code has a minimum width. I’m guessing this is why you guys created your own like box in the first place? Is there any way the following could be added to yours?
A. Recent posts
B. Share button
C. Cover photo2. Thanks! How do I within that code change the text away from all caps? Also is there a way to center it, have a background color, and maybe even a box around the widget and/or widget title?
May 26, 2015 at 4:50 pm #450178Hi!
1- Currently it is not possible but please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
2- Please add following code to Quick CSS as well#top .sidebar .widgettitle{ text-align: center; text-transform: none!important; }
Best regards,
YigitMay 26, 2015 at 9:44 pm #450326Great thanks! I see in the first bit of code Josue gave me it says font family is serif. How can I choose a font (say Helevetica Neue Thin) to use for the sidebar widget title?
May 26, 2015 at 11:25 pm #450339Hey!
Use this:
#top .sidebar .widgettitle{ font-family: "Helvetica Neue", sans-serif; font-weight: 100; }
Cheers!
Josue- This reply was modified 9 years, 6 months ago by Josue.
May 26, 2015 at 11:35 pm #450343Perfect thanks!
One last thing I just noticed. Is there a way to give the Enfold FB like box transparency? Right now it’s set against a white box.
May 26, 2015 at 11:47 pm #450350Here you go:
#top .av_facebook_widget_wrap{ background: transparent; }
Cheers!
JosueMay 26, 2015 at 11:52 pm #450351Perfecto! Gracias.
-
AuthorPosts
- The topic ‘Facebook Sidebar Widget’ is closed to new replies.