hibbsy78+ 24 Report post Posted August 25, 2010 Hi everyone, I need some help with a few 'minor' tweaks to my site http://www.westmidlandslupus.com/. Firstly I want to increase the title, centre it and change the colour to dark blue matching the theme. Secondly there seems to be extra 'white space' & a thin grey line above the Welcome text - how can I remove that? Thirdly I need to tidy up the footer, I want the simple single line footer but to remove the grey vertical lines? Hope you can help me! Best wishes, John Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 25, 2010 ` .branding {float:none;text-align:center;} .branding h1 a {color:#012138;} #welcome {border:none;} #footer .effect {display:none;} .home #maincontent .copy, .home #maincontent .hentry {display:none;} ` Remember where to paste the CSS? Share this post Link to post Share on other sites
hibbsy78+ 24 Report post Posted August 25, 2010 Thank you....almost there!! Header colour is still black? Is it also possible to increase the size if the title? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted August 26, 2010 Let me know if this works: `.branding h1 a{color:#012138 !important; font-size:35px !important}` Thanks, Bryan Share this post Link to post Share on other sites
hibbsy78+ 24 Report post Posted August 26, 2010 Hi Bryan, Font size now great, colour still remains black? Share this post Link to post Share on other sites
cmunns 16 Report post Posted August 26, 2010 It's not black. It's just an optical illusion. If you want to test this change the CSS back to #000 and you'll see it does change to balck Share this post Link to post Share on other sites
hibbsy78+ 24 Report post Posted August 26, 2010 Yes I see it now! Thank you for the quick support! Share this post Link to post Share on other sites