Question Need help with font editor color

Status
Not open for further replies.

IcEWoLF

Customer
I need some help changing the color for vBShout font selector color.
I need the text to show in black so it shows.

fontcolor.webp
 
I'm not 100% sure which line(s), but dbtech_vbshout_editor.css is definitely the CSS Template to go to :)
 
In the template dbtech_vbshout_editor.css find the following:

Code:
.editor_controls .popupmenu div.popupctrl {
	height:18px;
	border:1px solid [URL=http://www.dragonbyte-tech.com/usertag.php?do=list&action=hash&hash=E1E1E1]#E1E1E1[/URL]
	color:#000000;
	line-height:17px;
	background-color:#FFFFFF;
	padding-{vb:stylevar right}:10px;
	background-image:url({vb:raw vboptions.bburl}/dbtech/vbshout/images/misc/popupctrl.png);
	background-position:{vb:stylevar right} center;
	background-repeat:no-repeat;
	padding: 1px;
	padding-{vb:stylevar right}: 10px;
}

In there the line that says color:# change the value there to what ever color you wish
 
In the template dbtech_vbshout_editor.css find the following:

Code:
.editor_controls .popupmenu div.popupctrl {
	height:18px;
	border:1px solid [URL=http://www.dragonbyte-tech.com/usertag.php?do=list&action=hash&hash=E1E1E1]#E1E1E1[/URL]
	color:#000000;
	line-height:17px;
	background-color:#FFFFFF;
	padding-{vb:stylevar right}:10px;
	background-image:url({vb:raw vboptions.bburl}/dbtech/vbshout/images/misc/popupctrl.png);
	background-position:{vb:stylevar right} center;
	background-repeat:no-repeat;
	padding: 1px;
	padding-{vb:stylevar right}: 10px;
}

In there the line that says color:# change the value there to what ever color you wish

Thank you!

Now it looks much better!
fixed.webp
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,179
Customer rating
5.00 star(s) 1 ratings
Back
Top