• Hi guys,

    I’m trying to intervene on fonts of my Zerif Lite theme based website.
    While I can use Google Fonts plugin to change a lot of fonts on the theme, I can’t really have total control on them.

    For example I can’t set the “our focus” section’s title to lowercase from uppercase nor choose the font dimensions. I tried to change the CSS directly under the .focus section or add CSS lines like the following:

    .focus { text-transform: none }

    But the result is that I can only work on the subtitle section but not on the big, principal, title.

    What am I missing?

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @newxeno

    Is the problem solved? As I cannot see any text in capital letter in your home page.

    Divdeep Singh

    In my zerif lite child theme I included the following to deal with a similar issue with unwanted heading capitalization:

    h1.intro-text,
    h2.dark-text,
    h2.white-text
    {
    text-transform:none;
    margin-bottom:1em;
    }

    You could experiment with something along those lines, adding perhaps the class for the section you want to target.

    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font to lowercase in “Our Focus” section’ is closed to new replies.