Posted by Leah on May 12, 2009 at 3:41pm
Can anyone tell me how to delete the vertical slash between the site name and the slogan in the acquia slate theme? I'm not using a slogan, so it looks odd to have that slash at the end of the site name.
Thanks!
Comments
It's the border right
For the theme it's the border right in the style.css ?t (line 344)
For the title I would use http://drupal.org/project/page_title
header-first h1 {
border-right:1px solid #DDDDDD;
color:#525252;
display:inline;
font-family:Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;
font-size:2.1em;
font-weight:normal;
letter-spacing:3px;
padding-right:15px;
position:relative;
text-transform:uppercase;
top:-7px;
white-space:nowrap;
Thanks! For some reason,
Thanks! For some reason, deleting the border-right line didn't work, but setting it to 0 did.
Leah Bloom
www.leahbloom.com
Read my blog at http://tinyurl.com/sustainablefood
Leah Bloom
www.leahbloom.com
Read my blog at http://tinyurl.com/sustainablefood