The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change button new thread
Hello, i would like change this:
I would like change this button for other, how can i do it ? Regards, thanks. |
#2
|
|||
|
|||
That's not really a button, it's just a link. The text is in a phrase and it's made to look like a button using CSS. So you either need to provide different CSS, or else edit the template and change the code to use an image.
|
#3
|
|||
|
|||
Thanks very much kh99 , where is the template?
|
#4
|
|||
|
|||
You can do this one of two ways actually. The first option is to adjust the "style vars" in your admin control panel. The second is to place the code below in your additional.css template. Either way the results are the same.
ACP -> Style & Templates -> Style Manager -> your style here -> Style Variable Editor -> Secondary Content To change the TEXT COLOR you want to edit secondarycontent_color To change the BACKGROUND COLOR you want to edit secondartycontent_background To change the FONT you want to edit secondarycontent_font To make the changes via the additional.css file ACP -> Styles & Templates -> Style Manager -> your style here -> Edit Templates -> CSS Templates -> additional.css Copy the following code into additional.css. Code:
.newcontent_textcontrol { background: url("images/buttons/newbtn_middle.png") repeat-x scroll left top #992845 !important; border: 0 none; border-radius: 10px 10px 10px 10px; box-shadow: 0 3px 8px #DDDDDD; clear: right; color: #FFFFFF !important; display: block; float: left; font: 14px Arial,sans-serif; padding: 4px 15px; } To change the TEXT COLOR you need to change the #FFFFFF to the hex color of your choice. To change the FONT (and FONT SIZE ) you need to change font: 14px Arial,sans-serif |
Благодарность от: | ||
tanzeelniazi |
#5
|
|||
|
|||
THANKS VERY MUCH JOHN LESTER
|
#6
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|