Change Text Logo Color

hi all,

Is it possible to change the text logo color?

I have attached a screenshot.

thank you,

Hi,

Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

#header .top-header .header-logo { color: #ff0000; }

Change the #ff0000 to your required color, it will do the trick.

Let us know,

Thanks,
laranz.

Hi Laranz,

This is great, it works on the desktop site but not the mobile?

thank you,

Hi,

It should work for the mobile too, can you show the website address so that I can check what’s going wrong. By chance, did you enable Jetpack Mobile Theme, in that case try disable that.

Let us know,

Thanks,
laranz.

Hi Laranz,

It is disabled. The website is: www.ezpzit.com.au

Also the footer CSS:

#footer { padding: 0; } #footer .bottom-footer { margin-top:0; }

does not seem to work on mobile either.

Appreciate your help!