If you want to remove your logo and write
www.myforums.com instead and if you are using vBulletin default theme:
1) Go to your AdminCP.
2) Styles & Templates -> Select the Style -> find "header" template.
3) Find in header template:
HTML Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
4) Replace it with
HTML Code:
www.myforums.com
5) Save.