• Hi there. The theme I’m using forces all of the letters to be capitalized in the footer and there’s no option to turn it off.

    I’ve looked through the theme files but I’m not very savvy with code so I can’t figure out how to stop the theme from forcing caps in the footer.

    If someone could please tell me how to do this, I would greatly appreciate it. Thanks for your time.

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

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This CSS:

    .site-info .wrap { text-transform: none; }

    To add or override CSS: use the “Additional CSS” option in the customizer.  https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress or at [site]/wp-admin/customize.php if you don’t have that menu option.

    Use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘How to stop forcing caps in footer’ is closed to new replies.