text outline?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Re: text outline?
Hello @KurruMitsumi,
You can use the text-shadow CSS property to give an outline effect. Add this to your CSS stylesheet as an example :
Administration Panel > Display > Colors > CSS stylesheet
Change #000 to the color of your choice.
You can use the text-shadow CSS property to give an outline effect. Add this to your CSS stylesheet as an example :
Administration Panel > Display > Colors > CSS stylesheet
- Code:
* {
text-shadow:
1px 0px 0 #000,
-1px 0px 0 #000,
0px 1px 0 #000,
0px -1px 0 #000
}
Change #000 to the color of your choice.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum