Tagged: capital letters
Hi,
I have tried to enter the following CSS code, in order to ‘normalise’ (remove capital letters) from my site title but I haven’t been successful:
#access a { text-transform: none; }
Can you please tell me what I need to do to ‘normalise’ my site title?
Thanks
Hi Mark, Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-title { text-transform: none; }
Thank you!