Allowing Logo with Website Title

Hello,

I would like to have my website title appear and above it, show my logo. Unfortunately, currently the theme does not allow me to do so and I was wondering how I can actually achieve this.

Thank you,

FJ

Hi FJ,

I hope you are well today and thank you for your question.

Please configure the theme in the Site Identity option to display Logo + Tagline then add your site title in the Tagline field as shown in the attached screenshot.

Best Regards,
Movin

Perfect, I can do that, but is there a way to get the tagline to appear bigger as if it was a title?

You can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


.tagline {
    font-size: 30px;
}