• Resolved standodd

    (@standodd)


    Looking for css to put in child theme for Photo Diary to change the header font family.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Try below css

    /*for logo text*/

    .site-logo .display {
        font-family: sans-serif;
    }

    /*for description text */

    .site-logo .description {
        font-family: sans-serif;
    }

    /*for menu fonts style */

    nav-bar {
        font-family: sans-serif;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter standodd

    (@standodd)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing header font family in Photo Diary theme’ is closed to new replies.