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.

Aligning profile header & removing "Rank:" / "Offline"

+2
Nera.
ℋunni
6 posters

Go down

Solved Aligning profile header & removing "Rank:" / "Offline"

Post by ℋunni Sun 10 Jun - 6:02

For the content boxed in red in this image, I'd like it centered (this also applies to the FRIENDS header, I just forgot to box it).
The content within the blue boxes, I'd like removed (that is, the "Rank:" and the type that reads "Offline".)
The content within the orange boxes, as they're 50 x 50 images, I'd just like the black box surrounding it removed.

Aligning profile header & removing "Rank:" / "Offline" GFESE


Last edited by ℋunni on Sun 1 Jul - 10:02; edited 1 time in total
ℋunni
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by ℋunni Mon 11 Jun - 10:05

Bump~
ℋunni
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by Nera. Tue 12 Jun - 6:40

Hunny, you know the procedure, post your forum URL please for apperance problems. Thank you.
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by +Fusion- Tue 12 Jun - 7:56

Lol
+Fusion-
+Fusion-
Forumember

Male Posts : 252
Reputation : 4
Language : English
Location : Flying

http://www.xcodezz.com

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by ℋunni Tue 12 Jun - 8:45

Aigo, I thought I placed it. I didn't bother to check when I bumped~

http://anamnesis.nstars.org/
ℋunni
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by Ryanette Tue 12 Jun - 18:36

ℋunni wrote:Aigo, I thought I placed it. I didn't bother to check when I bumped~

http://anamnesis.nstars.org/
Since I can't view any of your boards profiles, I can't give you the correct element for the profile block which is var x. I'm too lazy to try it on an invision board to do it for you...
Code:

$(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/Rank: /,'')}});
$(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/(online)/,'')}});
$(document).ready(function(){var x=$('insepect the element')[0];if(x){x.innerHTML=x.innerHTML.replace(/offline/,'')}});
if the offline one doesn't work, we'll have to use jquery
Ryanette
Ryanette
Forumember

Male Posts : 135
Reputation : 2
Language : English (British)
Location : England, United Kingdom

http://www.devforumz.com

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by Sir Chivas™ Tue 12 Jun - 21:12

Hi, Hello

To remove the "rank" title. Insert the following code into your CSS (ACP >> Display >> Colors >> CSS (tab).
Code:
#profile-advanced-right .center {
color: transparent;
}
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by ℋunni Wed 13 Jun - 23:28

Sir Chivas: Although it did hide it, is there any way to completely remove it?

Ryanette: It should be visible for guests now, but is JS necessary?
ℋunni
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by ℋunni Sun 1 Jul - 10:01

Solved.~
ℋunni
ℋunni
Forumember

Female Posts : 150
Reputation : 4
Language : English

Back to top Go down

Solved Re: Aligning profile header & removing "Rank:" / "Offline"

Post by SLGray Sun 1 Jul - 10:04

Topic Solved & Locked


Aligning profile header & removing "Rank:" / "Offline" Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


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