MyBB Community Forums

Full Version: find this lol XD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://prntscr.com/9qdyzc   i wane change the color of the buttons, which css name hold it?
.postbit_buttons is a wrapper class and .postbit_[buttonname] are individual classes.

.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active is the main selector for changing background etc.

EDIT: nvm, the answer below is correct for the specific theme (didn't notice link). Moving to Theme Support.
edit: delayed response

megabg.css (edit through admin panel & edit in advanced mode)
.pbbutton a:link, .pbbutton a:visited {
    background: __________________ 
what about this one?

http://prntscr.com/9qg0d4

the quote

and

http://prntscr.com/9qg0uf

text
(2016-01-15, 03:35 PM)Boris12 Wrote: [ -> ]what about this one?

http://prntscr.com/9qg0d4

the quote

and

http://prntscr.com/9qg0uf

text

Inspect element you will be able to see the css file and the class.
to inspect element just right click on the element you want
What is your forum url? Toungue
.blockquote 
.blockquote cite 
.blockquote cite span 
.blockquote cite span.highlight

.trow_reputation_positive 
.trow_reputation_negative
oh i found all ty all