Can you please try this code,
/* START OF Adding a multi-line tagline */
.site-description:before {
content: “This is an extra tagline above the existing Tagline”;
display: block;
text-align: right;
}
.site-description:after {
content: “This is an extra tagline below the existing Tagline”;
display: block;
text-align: right;
}
/* END OF Adding a multi-line tagline */
For making the logo bigger and the site title bigger please go to the theme customizer where you can customize your theme.
Hope this will help!
Thanks.
]]>