MyBB Community Forums

Full Version: Changing the button colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have decided to change my old theme into a new theme however, I have again another problem I would like to know how do I change the color of these buttons ?

Screenshot: https://imgur.com/a/0YI5Xfl

My Forum Link: http://www.scopex.net

Thank you in advance for those who will try to help me.
you have to change background color used for relevant elements. (new.css)

eg.
legend {
    background: #4dabb7;

[using browser inspector] | [html color codes]

note: edit the stylesheet in forum admin panel (through themes section) AND in advanced edit mode (tab)

to check the changed styles :
remember hard refreshing your browser [eg. press CTRL + F5] on relevant page after saving changes to the stylesheet
(2020-07-25, 04:23 AM).m. Wrote: [ -> ]you have to change background color used for relevant elements. (new.css)

eg.
legend {
    background: #4dabb7;

[using browser inspector| [html color codes]

note: edit the stylesheet in forum admin panel (through themes section) AND in advanced edit mode (tab)

to check the changed styles :
remember hard refreshing your browser [eg. press CTRL + F5] on relevant page after saving changes to the stylesheet

Okay so it did change Thank you! BUT there is still one last problem, the "create an account" button did not change. I did the hard refresh on my browser but still no changes. How do I change that one ? Hope you could solve that since that's my one last problem then all is solved  Smile
^ look around line 216 of new.css
a.button5:link, a.button5:visited, a.button5:active {
Thank you! This is now solved! Big Grin