Description (Technics)

by smurfy, Thursday, July 03, 2014, 22:44 (3556 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


Complete thread:

 RSS Feed of thread