Description (Technics)

by smurfy, Wednesday, July 02, 2014, 00:35 (3558 days ago)

How do I stop the description of the forum from showing on the index, but keep it in the background for search engine purposes ? Also, how do I stop my logo from disappearing when someone mouses over it ?? Please have a look at my forum to see what I mean http://www.littleforum.net . Any help would be much appreciated :crying:

Avatar

Description

by Auge ⌂, Thursday, July 03, 2014, 21:25 (3557 days ago) @ smurfy

How do I stop the description of the forum from showing on the index, but keep it in the background for search engine purposes ?

What you are talking about?

Also, how do I stop my logo from disappearing when someone mouses over it ??

It's a rule in the CSS-File (style.css). The -66px-rule slides the image away.

#logo h1 a:hover {
    background: url("images/my_little_forum_logo.png") no-repeat scroll 0 -66px rgba(0, 0, 0, 0);
    color: #FC0082;
    text-decoration: none;
}

Seems to be your own rule.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

Description

by smurfy, Thursday, July 03, 2014, 22:44 (3557 days ago) @ Auge
edited by smurfy, Thursday, July 03, 2014, 22:53

How do I stop the description of the forum from showing on the index, but keep it in the background for search engine purposes ?


What you are talking about?

I mean, when you entered the description of my forum on the admin backend, the text also shows on the front end at the top of the forum index page. I do not want for the description to show on the front end...


Also, how do I stop my logo from disappearing when someone mouses over it ??

It's a rule in the CSS-File (style.css). The -66px-rule slides the image away.

#logo h1 a:hover {
background: url("images/my_little_forum_logo.png") no-repeat scroll 0 -66px rgba(0, 0, 0, 0);
color: #FC0082;
text-decoration: none;
}

Seems to be your own rule.

Thanks for that bit of info. I know nothing about code and that is not my rule :lookaround: Anyhow, I actually like the fact that the logo disappears when you mouse over it and so will leave it :lol3:


Tschö, Auge

RSS Feed of thread