Remove Uppercase Letters In Topic Title

0

Hello,

When creating a new topic, the topic title is all in uppercase lettering. Is there a way to make it normal? Not in default uppercase letters.

Regards

Question Resolved For: Simple Forum - Responsive Bulletin Board 0 Votes 1 Answers 369 Views
Asked by Steven 3 years ago

0

Answered by Mian Saleem 2 years ago

Hello,

You can edit the styles as you need. If you are not familiar with sass or gulp then the easiest solution would adding styles to header view file themes/default/views/header.php before </head> closing the head.

<style>
.content-box .content-box-middle h2, .content-box .content-box-middle2 h2 {
    text-transform: none;
}
</style>

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.