I Want chonged icons in box
4 posters
Page 1 of 1
I Want chonged icons in box
Heeelo All
I want chonge icons in replay box
https://i.servimg.com/u/f57/18/67/65/58/masy_b10.png
&
Thx
I want chonge icons in replay box
https://i.servimg.com/u/f57/18/67/65/58/masy_b10.png
&
Thx
Re: I Want chonged icons in box
Please do not double post.
How do you want to change them?
How do you want to change them?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: I Want chonged icons in box
Hello ,
If you want to change that image add this to your CSS :
Administration Panel > Display > Colors > CSS stylesheet
If you want to change that image add this to your CSS :
Administration Panel > Display > Colors > CSS stylesheet
- Code:
.sceditor-button-faspoiler div {
background-image:url('http://www.shgap.com/vb/shgap13/buttons/reputation.gif') !important;
}
Re: I Want chonged icons in box
Then consult the following codes for the icons you want to change. You don't have to use all of them, only pick the ones you want to change. The comments should explain which buttons they change, so you can change the ones you want. If you're not sure which they change, just place them in your sheet and it will remove the icon of a button.
- Code:
/* bold */
.sceditor-button-bold div {
background-image:url('IMAGE SRC') !important;
}
/* italic */
.sceditor-button-italic div {
background-image:url('IMAGE SRC') !important;
}
/* underline */
.sceditor-button-underline div {
background-image:url('IMAGE SRC') !important;
}
/* strike */
.sceditor-button-strike div {
background-image:url('IMAGE SRC') !important;
}
/* text align left */
.sceditor-button-left div {
background-image:url('IMAGE SRC') !important;
}
/* text align center */
.sceditor-button-center div {
background-image:url('IMAGE SRC') !important;
}
/* text align right */
.sceditor-button-right div {
background-image:url('IMAGE SRC') !important;
}
/* text align justify */
.sceditor-button-justify div {
background-image:url('IMAGE SRC') !important;
}
/* bullet list */
.sceditor-button-bulletlist div {
background-image:url('IMAGE SRC') !important;
}
/* ordered list */
.sceditor-button-orderedlist div {
background-image:url('IMAGE SRC') !important;
}
/* horizontal rule */
.sceditor-button-horizontalrule div {
background-image:url('IMAGE SRC') !important;
}
/* quote */
.sceditor-button-quote div {
background-image:url('IMAGE SRC') !important;
}
/* code */
.sceditor-button-code div {
background-image:url('IMAGE SRC') !important;
}
/* spoiler */
.sceditor-button-faspoiler div {
background-image:url('IMAGE SRC') !important;
}
/* hide */
.sceditor-button-fahide div {
background-image:url('IMAGE SRC') !important;
}
/* table */
.sceditor-button-table div {
background-image:url('IMAGE SRC') !important;
}
/* host an image */
.sceditor-button-servimg div {
background-image:url('IMAGE SRC') !important;
}
/* insert an image */
.sceditor-button-image div {
background-image:url('IMAGE SRC') !important;
}
/* insert a link */
.sceditor-button-link div {
background-image:url('IMAGE SRC') !important;
}
/* youtube */
.sceditor-button-youtube div {
background-image:url('IMAGE SRC') !important;
}
/* dailymotion */
.sceditor-button-dailymotion div {
background-image:url('IMAGE SRC') !important;
}
/* flash */
.sceditor-button-flash div {
background-image:url('IMAGE SRC') !important;
}
/* font size */
.sceditor-button-size div {
background-image:url('IMAGE SRC') !important;
}
/* font color */
.sceditor-button-color div {
background-image:url('IMAGE SRC') !important;
}
/* font family */
.sceditor-button-font div {
background-image:url('IMAGE SRC') !important;
}
/* remove formatting */
.sceditor-button-removeformat div {
background-image:url('IMAGE SRC') !important;
}
/* button more */
.sceditor-button-more div {
background-image:url('IMAGE SRC') !important;
}
/* sub script */
.sceditor-button-subscript div {
background-image:url('IMAGE SRC') !important;
}
/* super script */
.sceditor-button-superscript div {
background-image:url('IMAGE SRC') !important;
}
/* scroll horizontal */
.sceditor-button-fascroll div {
background-image:url('IMAGE SRC') !important;
}
/* scroll vertical */
.sceditor-button-faupdown div {
background-image:url('IMAGE SRC') !important;
}
/* WoW */
.sceditor-button-fawow div {
background-image:url('IMAGE SRC') !important;
}
/* random */
.sceditor-button-farand div {
background-image:url('IMAGE SRC') !important;
}
/* emoticon */
.sceditor-button-emoticon div {
background-image:url('IMAGE SRC') !important;
}
/* date */
.sceditor-button-date div {
background-image:url('IMAGE SRC') !important;
}
/* time */
.sceditor-button-time div {
background-image:url('IMAGE SRC') !important;
}
/* paste text */
.sceditor-button-pastetext div {
background-image:url('IMAGE SRC') !important;
}
/* switch editor mode */
.sceditor-button-source div {
background-image:url('IMAGE SRC') !important;
}
Re: I Want chonged icons in box
Thxxx u I want a chonge background a icons how to ?
Not Background in box i want background to icons sry4my bad english
Not Background in box i want background to icons sry4my bad english
Re: I Want chonged icons in box
Use this CSS to change the color of the buttons :
- Code:
.sceditor-button { background:red !important; }
Similar topics
» missing banner , icons , mini icons , buttons throughout entire forum
» need forum icons, topic icons, rank related to science
» How to remove required icons on certain homepage icons?
» Icons please
» Icons need to be done.
» need forum icons, topic icons, rank related to science
» How to remove required icons on certain homepage icons?
» Icons please
» Icons need to be done.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum