Site Title to Change Colour and Size

My site title has reverted back to the default green colour.
I can’t remember how I made it white.
Is it also possible to make the site title a larger size text?

I already have custom CCS in my ‘other’ section so don’t know if this will be possible.
My URL is http://www.lisalu.co.uk/dresstoimpress

Please help

Hi @lispetite,

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

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 -> Dazzling Options -> Other -> Custom CSS


#page span.site-title a {
    color: #fff;
    font-size: 25px;
}

Best Regards,
Movin