The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
![]() In the first red circle the text looks smooth. How do I make the 2nd circled text the same? |
|
#2
|
|||
|
|||
|
Use your browser's developer tools, for some discovery. I think you will find that the text is sitting on top of an image.
|
|
#3
|
||||
|
||||
|
How would that be possible? The text sitting on an image.
|
|
#4
|
|||
|
|||
|
Quote:
![]() I checked your site. See class ".forumhead", you have a gradient on that class. The gradient is normal vBulletin, but you do not need it in your style design. It is most likely attached to a stylevar, since it is vBulletin. |
|
#6
|
|||
|
|||
|
Quote:
Maybe someone else will have a better explanation for you. ![]() --------------- Added [DATE]1404710724[/DATE] at [TIME]1404710724[/TIME] --------------- For some reason you have text-shadow enabled. Remove it from the following class or overwrite the class disabling it. Code:
.forumtitle, .threadtitle, .widget_post_header {
text-shadow: 1px 1px 1px #000000;
}
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
Quote:
Add this to the bottom of your additional.css template on that style. Code:
.forumtitle, .threadtitle, .widget_post_header {
text-shadow: none !important;
}
|
| Благодарность от: | ||
| Iguana Goddess | ||
|
#9
|
||||
|
||||
|
Quote:
|
| Благодарность от: | ||
| ozzy47 | ||
|
#10
|
|||
|
|||
|
Glad I could assist.
|
![]() |
|
|