The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to: Remove title image in CMS and Forum and use CSS text instead
I'd like to use text instead of a title image for my Suite. I'd like the text to be styled with CSS.
Would it be best to create another css file as VB has stated they will be altering the files in the next few releases? Use this as the text: " My Website" I'm aware it can be done and I know it fairly simple code for someone that does it regularly. I was hoping someone could post a three or four step process on how to write it so others could benefit. For example: 1. create file mycustom.css and insert the following: Code:
h1.text-header { font-size: 40px; font-weight: bold; position: absolute; left: 82px; top: 10px; } h3.text-subheader { font-size: 12px; font-weight: bold; position: absolute; left: 84px; top: 52px; } a.text-link:visited, a.text-link:hover, a.text-link:link, a.text-link:active { color: #c2c2c2; } 3. ACP>Style and Templates> Style manager and add and remove the following: ---------------- Can anyone write the syntax for the text and the syntax to make sure the site can find the css file? Thanks --------------- Added [DATE]1262227368[/DATE] at [TIME]1262227368[/TIME] --------------- Anyone? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|