• Resolved etjnc

    (@etjnc)


    Another font question/request …

    I want to change the font on the Titles of the Widgets I’m displaying in the Footer area (Contact, Latest Posts, Follow). They are showing up as Serif, All-Cap font. Can you provide me the CSS I need to include in the “Additional CSS” area in General? Or, point me to where to do so in the dashboard?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello, @etjnc!

    If you want to change the font-family only, use the next CSS code:

    /*Footer-Widgets Titles*/
    .footer-widgets h3{
        font-family: Raleway, Helvetica, Arial, sans-serif;
    }

    If you want your titles to be Capitalized, insert the next code instead:

    /*Footer-Widgets Titles*/
    .footer-widgets h3{
        font-family: Raleway, Helvetica, Arial, sans-serif;
        text-transform: capitalize!important;
    }

    Regards

    Thread Starter etjnc

    (@etjnc)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font in Widgets Area of Footer’ is closed to new replies.