• Resolved civicsitedesign

    (@civicsitedesign)


    This is a lovely theme. I really like the flexibility in all the choices available. Is it possible to change the font in the top bar navigation menu and in a sidebar widget? My client likes the Google fonts choices available to us and wants to push beyond the look of a plain old template and this would help achieve this.

    https://wordpress.org/themes/raindrops/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author nobita

    (@nobita)

    Hi civicsitedesign

    open fonts.css (if using child theme, copy from parent to child fonts.css )

    fonts.css line:18

    for example

    try change like below.

    /**
     * The example of use Google WEB Fonts*/
            @import url(http://fonts.googleapis.com/css?family=Indie+Flower);
            /* horizontal menu bar */
            #access .menu-item{
                font-family: 'Indie Flower', cursive;
            }
            /* Sidebars */
            @import url(http://fonts.googleapis.com/css?family=Parisienne);
            .lsidebar a,
            .rsidebar a,
            .lsidebar .widgettitle span,
            .rsidebar .widgettitle span,
            #site-title span{
                    font-family: 'Parisienne', cursive;
            }

    By the way

    You can use google fonts automaticaly at entry content.

    <p class="google-font-lobster">fonts lobster</p>

    No needs style setting.

    Please see post-new.php help tab.

    Thank you.

    Thread Starter civicsitedesign

    (@civicsitedesign)

    That works great. Thank you!

    Thread Starter civicsitedesign

    (@civicsitedesign)

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

The topic ‘Changing the font in the navigation menus’ is closed to new replies.