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

info@zrix.com’s picture

Status: Active » Closed (fixed)

these are drupal default functionality,so it is not easy to modify these functionality

n33x’s picture

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!