Site Title
-
I want to remove the search widget found in the Site Title section of the Chateau theme. Can I do this through CSS and if yes, how do I do it. I want my Title on all pages centred, with the subtitle centred below it and no search widget. Thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try:
#search #s { display: none; } input, textarea, button { display: none; }For centering the title and tagline, you can try:
#main-title { width: 100%; text-align: center; }Let me know how that works!
-
Thanks so much! That worked wonderfully. Many, many thanks for your expert knowledge. I really appreciate it and it fixes the part that really bugged me.
-
- The topic ‘Site Title’ is closed to new replies.