apparently its taken.. even tho ... i deleted it ??? (i thought i did??) but nothing shows up....
besides this GIF on google i did when i made them
L;0V3
seen from United States
seen from United States
seen from Japan

seen from United States
seen from France
seen from China
seen from United States
seen from United States
seen from China

seen from United States
seen from United States
seen from China

seen from United States

seen from Maldives
seen from United States

seen from United States
seen from Singapore
seen from United States
seen from United Kingdom

seen from United States
apparently its taken.. even tho ... i deleted it ??? (i thought i did??) but nothing shows up....
besides this GIF on google i did when i made them
L;0V3

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
solsticebirdy
Search your theme code for the two sections that set up the image fading. You could aslo tyr a search (CTRL + F) for img{ which would bring you to the beginning of the code. The sections you are trying to locate look like this:
img{ -moz-transition: opacity 0.5s linear; -webkit-transition: opacity 0.5s linear; -o-transition: opacity 0.5s linear; transition: opacity 0.5s linear; opacity: 0.85; filter:alpha(opacity=85); -moz-opacity: 0.85; -khtml-opacity: 0.85; } img:hover { -moz-transition: opacity 0.5s linear; -webkit-transition: opacity 0.5s linear; -o-transition: opacity 0.5s linear; transition: opacity 0.5s linear; opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; background-color:none; }
Delete those two sections and everything shouldn't fade any longer. It looks like a lot of code, but all of that is required to cover all different browser types.
Let me know if you need me for anything else.