• My blog https://www.onlinemoneyme.com

    I need help. You can’t see it as you visit my site, but if you slowly scroll down, you will notice my Title in the Background at a sideways angle. Here is an image

    https://tinyurl.com/ccbsbuu

    I’m using the Zenon theme. Also, whenever I make changes to my title “onlinemoneyme,” it also effects the BG one hiding in the back. It’s like there some sort of instance on both text.

Viewing 5 replies - 1 through 5 (of 5 total)
  • seems to be some ‘scroll title’ gadget; styled in style.css:

    edited below to show the title to the left of the content:

    .scroll_title{font-size:34px; left:-90px; margin-top:10px; top:120px; display:none;position:fixed;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);
    /* Internet Explorer */
    zoom:1;filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}

    Thread Starter Xellon

    (@xellon)

    Thank you sir. But something strange is happening.

    I removed the above code and nothing happened. Then I restored the above code and the title in the back was gone, however, it was still present in internet explorer.

    So I decided to search for everything that had .scroll_title in the style css and removed it and what happens is two titles appear when u first load the page, but the minute you scroll, one disappears. Looks like removing one of them effected the color (was pure black).

    Thread Starter Xellon

    (@xellon)

    Basically, I”m just trying to removed the second title that is effecting both… Very strange.

    Thread Starter Xellon

    (@xellon)

    For now, what I did was left margin to where it’s outside the screen. Now it’s not visible. But I would still prefer it gone. How do I remove it? Just deleting that code doesn’t work.

    Thread Starter Xellon

    (@xellon)

    anyone know how I can completely remove this? removing the code doesn’t work. I set the left margin to -800 so it doesn’t show but on Firefox, it sorta pops to the left when I scroll.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HELP, What is this glitch??’ is closed to new replies.