Forums

How Do I Change the Font of My Slogan? (4 posts)

  1. 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?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    try:

    .description { }
    or
    #header .description { }

    http://www.w3schools.com/css/css_font.asp

  3. t-p
    Member
    Posted 1 year ago #

    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).

  4. 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 */

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags