Closed (fixed)
Project:
Amor Azul
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2008 at 03:29 UTC
Updated:
13 May 2008 at 03:29 UTC
Hi,
I can see how you can enable and disable those but is there a way to replace them with other plain text?
Thanks
Comments
Comment #1
info@zrix.com commentedthese are drupal default functionality,so it is not easy to modify these functionality
Comment #2
n33x commentedin the template that I am starting with i( i am using marinelli) .... i found the what i needed in the following file:
style.css
in the dir of the template under themes. /themes/marinelli6.2'/marininelli/
#header h1, #header p.sitetitle { /* site title */
font-family:Georgia, "Times New Roman", Times, serif;
color:white;
font-size: 3.0em; /*20px*/
font-weight: lighter;
letter-spacing: -1px;
margin: 0px;
padding: 120px 0 12px 260px;
text-transform: none;
}
change the padding did the trick for me.
hope this helps!