T
Asked
Hi, what file would i edit to remove the CAP letters that are in the title of each thread. Just want regular letters to show not caps. Thanks
- MSAnswered
Hello,
You can modify the sass files as you need. If you don’t have knowledge of sass, then you can try add the following before
</head>
in thethemes/default/views/header.php
<style> .break-words { text-transform: none; } <style>
Thank you
- TAnswered
Ok thanks.
- Login to Reply