The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Widget Titles
Is there a way to hide the widget titles from showing up on the page? See my site fantasyhockeycoach.com
For example on a ad on the home page has this as a title '300Wx250H Ad HP' would like to hide that. is that possible |
#2
|
||||
|
||||
You can try using css. Something like:
div.cms_widget_header h3 {display: none;} Or, just remove it directory from the template (you can find the template name when you click to Configure the widget). |
#3
|
|||
|
|||
Thanks Lynne that totally worked!!!
How do I get rid of all the borders and padding so that the widgets are just there and background color is whatever the main background color is? |
#4
|
||||
|
||||
You would use more custom CSS to remove what you want (set padding:0; or border:0, etc). This is a great site for help with writing CSS - http://www.w3schools.com/css/default.asp
|
#5
|
|||
|
|||
I tried that site but can't get it to do what I want. Is there an easy way to get rid of all the borders for the widgets so that my site doesn't look so boxy? www.fantasyhockeycoach.com
I also tried to make the backgrounds of the widgets transparent but screwed that up too and half was white and half was a grey color. please help |
#6
|
||||
|
||||
Try:
HTML Code:
.cms_widget { background: none repeat scroll 0 0 transparent; border: 0 none; border-radius: 0 0 0 0; box-shadow: none; } .cms_widget .block { background: none repeat scroll 0 0 transparent; border: 0 none; border-radius: 0 0 0 0; padding: 0; } .widget_content { background: none repeat scroll 0 0 transparent; border: medium none; } |
#7
|
|||
|
|||
Thanks again Lynne. Do I just add that code or which ones do I delete?
|
#8
|
||||
|
||||
You can either add that to additional.css or look up those classes and see if there is a stylevar you may modify to see to 0 for those items.
|
#9
|
|||
|
|||
WOOHOOOOO you ROCK! that totally worked!!!!
One more question. When I refresh my page I get a grey color showing up initially in the body but then changes after a second or two to white. Where would I go to change that? NM I think I found it in changing doc_background. Thanks again!!!! |
#10
|
|||
|
|||
I can't seem to locate
VBCMS_WIDGET_CONTENT_BORDER VBCMS_WIDGET_SHADOW_COLOR VBCMS_WIDGET_BORDER in vBulletin 4.2.0, am I missing something? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|