• Hi

    I’m currently putting a website together using the Raindrops theme and am trying to change the fonts using the WP Google Fonts plugin.

    Google Fonts seems to be working fine with everything except the sidebar titles and the header menu. Can anyone suggest why this might be and what I might do to resolve it?

    Thanks in advance

    Chris

    PS – my website is here – http://www.abriefhistoryofchristmas.co.uk

Viewing 1 replies (of 1 total)
  • Hi chrisgreenmusic

    First, customized so that it is not lost in the update of the theme, you must use the child theme

    Download from
    http://www.tenman.info/download/child-raindrops.zip
    (header boxed simplest)

    or

    https://wordpress.org/themes/boots
    (header full width)
    create file child-raindrops / fonts.css ( copy from raindrops theme )

    Change the codes

    fonts.css line:18

    /**
     * The example of use Google WEB Fonts
    
            @import url(http://fonts.googleapis.com/css?family=Parisienne);
    
            #site-title span{
                    font-family: 'Parisienne', cursive;
            }
    */

    Change below ( commentout remove, add stryle rules )

    /**
     * The example of use Google WEB Fonts*/
    
            @import url(http://fonts.googleapis.com/css?family=Parisienne);
    
            #site-title span{
                    font-family: 'Parisienne', cursive;
            }
    
    /* add  style rules */
    
            .rsidebar .widgettitle,
            .lsidebar .widgettitle,
            .rsidebar .widget-title,
            .lsidebar .widget-title{
                font-family: 'Parisienne', cursive;
            }
    /* add  style rules */

    Upload child theme and theme activate

    thank you.

Viewing 1 replies (of 1 total)

The topic ‘Raindrops theme: sidebar titles font’ is closed to new replies.