The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Text looks blury.
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 |
#10
|
|||
|
|||
Glad I could assist.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|