MyBB Community Forums
Cerulean Theme Customization - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Cerulean Theme Customization (/thread-229222.html)



Cerulean Theme Customization - vk_knight - 2020-08-29

One of my members complained about the 'Thread Subject' bar for a new thread option is not quite well visible. Now, the member suggested to change the background color and that will mean changing the theme. I don't wanna change the theme because majority of the members love it. So, what will be the options here? Here is a screenshot of it.

[Image: 222.jpg]


RE: Cerulean Theme Customization - PEBE - 2021-01-02

Go to global.css find this

input.textbox {
background: #ffffff;
color: #333;
border: 1px solid #ccc;
padding: 3px;
outline: 0;
font-size: 13px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

change the color of background

background: put the color;