The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I remove these 2 things?

2 posters

Go down

Solved How do I remove these 2 things?

Post by PR TAZER June 17th 2011, 10:25 pm

1.)

How do I remove the the bar above the avatar that displays the username?

http://speedcap.net/img/c70da7363e9f953ee84fcce527a6a026/c197d.png

2.) I use invision and want to remove the lines underneath all of the links?


Last edited by PR TAZER on June 17th 2011, 10:43 pm; edited 1 time in total
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

Solved Re: How do I remove these 2 things?

Post by Nera. June 17th 2011, 10:31 pm

Hi,

1. Try adding this to CSS
Code:
.postprofile-head .popmenubutton-new-out {
    display: none;
}

2. Try adding this
Code:
a:link {
    text-decoration: none !important;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How do I remove these 2 things?

Post by PR TAZER June 17th 2011, 10:35 pm

1.) FIXED

2.) It only removed some of the underlines. Many still remain
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

Solved Re: How do I remove these 2 things?

Post by Nera. June 17th 2011, 10:38 pm

Try adding this also. If not, can I see your forum?

Code:
a:visited {
text-decoration: none !important;
}
a:hover {
text-decoration: none !important;
}
a:active {
text-decoration: none !important;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How do I remove these 2 things?

Post by PR TAZER June 17th 2011, 10:40 pm

PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

Solved Re: How do I remove these 2 things?

Post by PR TAZER June 17th 2011, 10:42 pm

They both have been fixed.


Thank you Nera.
PR TAZER
PR TAZER
Forumember

Male Posts : 170
Reputation : 0
Language : English

http://prestigeready.forumotion.net/

Back to top Go down

Solved Re: How do I remove these 2 things?

Post by Nera. June 17th 2011, 10:51 pm

You welcome.

Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum