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.

Similar threads

  • Locked
  • Support ticket Support ticket
Replies
4
Views
1K
  • Locked
  • Support ticket Support ticket
Replies
3
Views
2K
  • Locked
  • Support ticket Support ticket
Replies
23
Views
4K
  • Locked
  • Support ticket Support ticket
Replies
2
Views
2K

Legacy vBShout

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