The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Sorry but I don't know how to change values for the background.
The only think that I can do alone is try to change the colour there.. and I have also done it but still nothing change. |
#12
|
||||
|
||||
Try this then since Chris found the info
Open your additional.css template and look for the code he posted: Code:
.tcat { background: url("images/styles/Movara/style/tcatBG.gif") repeat-x scroll left top rgba(0, 0, 0, 0); border: 0 none; clear: both; color: #343b42; float: left; height: 47px; margin-top: 8px; width: 100%; } .tcatLeft { background: url("images/styles/Movara/style/tcatLeft.gif") no-repeat scroll left top rgba(0, 0, 0, 0); height: 47px; } Code:
.tcat { background: #21262b; border: 0 none; clear: both; color: #343b42; float: left; height: 47px; margin-top: 8px; width: 100%; } .tcatLeft { background: #21262b; height: 47px; } |
#13
|
|||
|
|||
Thanks for your replies guys.
But I have tried to change the code like HM66 says but still nothing change. --------------- Added [DATE]1423751801[/DATE] at [TIME]1423751801[/TIME] --------------- Ozzy I have tried also in your way but nothing change. I don't know why Vb don't make a good graphic interface to control all these settings by the acp. It's really incredible... |
#15
|
||||
|
||||
Er yeah have to agree 100% why on earth they did it that way who knows. Honestly if you are not well versed in something like this and you just have to have it changed you might want to look into hiring someone to change it for you. Its almost impossible to diagnose it without actually being in your admin panel and looking right at it I'd bet.
Try replacing the earlier code with this code: Code:
.tcat { background-color: #21262b; border: 0 none; clear: both; color: #343b42; float: left; height: 47px; margin-top: 8px; width: 100%; } .tcatLeft { background-color: #21262b; height: 47px; } |
#16
|
|||
|
|||
Try changing it to this:
Code:
.tcatRight { background:#21262b !important; height:47px; } |
#17
|
||||
|
||||
Really should not need the !important as the css is already defined in the additional.css file, all we are doing is changing it. But it won't hurt.
|
#18
|
||||
|
||||
If the other css does not work though the OP may need that as it will force it to look at that css instead of some other rogue code elsewhere. Who knows where/what the original designer did exactly so using that edit might just help or it might not. Would not hurt to try if all else fails.
|
#19
|
|||
|
|||
Great! It works!
Many thanks guys. Sure that for me is better to hire some one, because I'm going crazy... but believe me in this period, I have really few money.. Another little thing if it is possible is: how to make the up corners of this element roundish? Thanks in advance. |
#20
|
||||
|
||||
Just the top?
Code:
.tcatRight { background:#21262b !important; height:47px; border:1px solid #000000; border-top-left-radius: 5px; border-top-right-radius: 5px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|