• Resolved sharongolod

    (@sharongolod)


    Just curious as to how would I be able to change the font of the footer to match the one on the navigation bar. The name of the font is Quicksand. My url is http://www.sharongolod.com

    Thank you and have a great week you all!

Viewing 4 replies - 1 through 4 (of 4 total)
  • CGuyDesigns

    (@cguydesigns)

    in your http://sharongolod.com/wp-content/themes/spun/style.css place this css:

    /***********Footer Styling************************/
    .site-info
    {
    font-family:Quicksand,Helvetica,Arial,sans-serif;
    color: #999999;
    font-size: 1.4rem;
    text-transform: uppercase;
    }

    hope this helps!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    That’s useful CSS but you really want to either implement that in a child theme or use a custom CSS plugin.

    Modifying the themes/spun/style.css will guarantee those changes get lost when a theme update arrives.

    WPyogi

    (@wpyogi)

    @sharongoload – as I’m sure you know, make any changes in your custom CSS – not in the the theme files :).

    Thread Starter sharongolod

    (@sharongolod)

    Worked as a charm!

    THank you 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing font’ is closed to new replies.