Hi,
I can see how you can enable and disable those but is there a way to replace them with other plain text?
Thanks
these are drupal default functionality,so it is not easy to modify these functionality
in 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!
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!