agfreesafety
Member
Posted 1 year ago #
I have the Silveray theme installed on my site , and I was wondering if anyone knew if it was possible or not for me to change the font of the Slogan on my site?
I want to modify the font of the slogan underneath my sites name that says Let's "Get It". Does anyone know if that's possible or not?
try:
.description { }
or
#header .description { }
http://www.w3schools.com/css/css_font.asp
In your theme's style.css, look for the rule .description {
In that rule change the font-size: small; to font-size: 25px;
(adjust the size as you like).
agfreesafety
Member
Posted 1 year ago #
All that's in my style.css is:
/* import stylesheets and hide from ie/mac \*/
@import url("master.css");
@import url("ie.css");
/* end import/hide */