MyBB Community Forums

Full Version: background color profile page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello , 
i have another question 
how i can change the color of the background in  this zone in the profile page 

[Image: 2zgxenn.png]

thanks
if you are using MyBB's default (stock) theme then you can add required style for #profile-container fieldset

eg. #profile-container fieldset {background: #fff6bf;}
(2016-01-10, 02:53 PM).m. Wrote: [ -> ]if you are using MyBB's default (stock) theme then you can add required style for #profile-container fieldset

eg. #profile-container fieldset {background: #fff6bf;}

Hello
i dont know where exacty i have to add this 
global cc or ???
please more details
thanksss
suggested style rule can be added at the bottom of global.css style sheet of the theme
(edit through admin panel & in advanced mode)
(2016-01-11, 04:28 PM).m. Wrote: [ -> ]suggested style rule can be added at the bottom of global.css style sheet of the theme
(edit through admin panel & in advanced mode)

i add , nothing changed Sad
Its likely your using a different theme which has named the class differently. Please provide your forums url.
(2016-01-12, 10:25 AM)Paradigm Wrote: [ -> ]Its likely your using a different theme which has named the class differently. Please provide your forums url.

http://auto-epc.org/

thanks for your help
Add:

background-color: #fff

to

fieldset { 

in your global.css file.
(2016-01-25, 05:20 PM)Ben C Wrote: [ -> ]Add:

background-color: #fff

to

fieldset { 

in your global.css file.

THANKS .. solved !!
thanks sir for your effort 
i have another question
How can i add those buttons to my theme
i use the defult one and the one i want to take from it (sleeq)
[Image: 23izc08.png]

thanks for your answer