Youtube and fonts size
- The topic ‘Youtube and fonts size’ is closed to new replies.
Need help? Check out our Support site, then
Hello again,
I ‘m wondering if there’s a way to set the font size of the sidebar’s text and if it can be justified.
Also, when I enter a url link (Youtube) I see a full size thumbnail. Is there way to reduce the size of it?
Thanks a lot,
Chris
The blog I need help with is: (visible only to logged in users)
Hi Chris,
You can change the text of the sidebar widgets with this CSS code:
.sidebar .widget_blog_subscription,
.sidebar .widget_text {
font-size: 18px;
text-align: justify;
}
You can embed Youtube videos with a shortcode and then specify a width and height. I think there are also options to change the preview image. I don’t really know, since this is part of the WordPress.com platform, not the Maxwell theme.
You can learn more about that on https://en.support.wordpress.com/videos/youtube/
Best,
Thomas