Change tagline size *please help*

Hi,

I am using activello theme but can’t change the size of the tagline on the home page.
Site is below:

www.rawpictures.co.uk

The tagline is Short film - documentary - Corporate.

Please advise

Hi,

You can try achieving 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: XXpx;
}

XX is the size you want (8, 12, 16, 24, else…).

Regards,

Jech

Thanks, worked like a charm!