« Web, HTML, Tech Forum

navigation bar help!!

Posted by nicco ☿

posted

Forum: Web, HTML, Tech

some layouts have this glow effect on the text, anyone know how you can remove this?
thanks! :3



Report Topic

2 Replies

Sort Replies:

Reply by ニーチェはクソだ

posted

Well, it would be helpful if you could share the specific layout, but as this is not the case, I can only share the generic answer.

Most of the time the glow effect is the "shadow" property on the CSS parts. So, if its only the top text, imagine its something like this

.top-text-glow {
text-shadow: [SHADOW PROPERTY];
}

Just delete it and thats it.


Permalink Report Reply