Edit Profile bar changes
2 posters
Page 1 of 1
Edit Profile bar changes
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Forum link : http://testacademy.forumgreek.com/profile?mode=editprofile&page_profil=informations
Description of problem
Hello,I would like to know how to:
1) Remove this sections from Edit Profile

2) Remove this black hover color when you are in an edit profile section
(For example, here I am in the information section and when my mouse is on "Information" it changes to black. I don't want that.)

3) Change that grey color when you are in a section

Panicmakerz- Forumember
- Posts : 55
Reputation : 1
Language : greek
Re: Edit Profile bar changes
Hello @Panicmakerz,
Please try the below possible solutions:
1) The below code will "hide" the tabs and not remove the sections entirely. To remove them entirely you'll have to change the template (I think)
But here's how to hide the tabs. Add this in your CSS:
2) For the hovering, you have to add this part of code in your CSS:
3) For the grey on the tab, you can edit the
you added from 1) and add to it
where #XXXXXX is your hex color preference. That means that in your CSS you should have:
I hope these work for your and solve your problem!
Regards.
Please try the below possible solutions:
1) The below code will "hide" the tabs and not remove the sections entirely. To remove them entirely you'll have to change the template (I think)

- Code:
div#tabs li { display: none; } /* Hide the tabs from Edit Profile */
div#tabs li.activetab { dipsplay: inline; } /* Keep the Information Tab visilbe */
2) For the hovering, you have to add this part of code in your CSS:
- Code:
fieldset dl:hover dt label { color: inherit; } /* Removes the black from hover */
3) For the grey on the tab, you can edit the
|
|
- Code:
div#tabs li { display: none; } /* Hide the tabs from Edit Profile */
div#tabs li.activetab { dipsplay: inline; color: #FFFFFF; } /* Keep the Information Tab visible and change the color */
fieldset dl:hover dt label { color: inherit; } /* Removes the black from hover*/
I hope these work for your and solve your problem!

Regards.
Re: Edit Profile bar changes
Thank you for your response
I want the avatar tab too , so I want my menu to be {Informations, Avatar}. Your code removed everything from the menu.
Also the code for hovering works but not on the tab
I want the avatar tab too , so I want my menu to be {Informations, Avatar}. Your code removed everything from the menu.
Also the code for hovering works but not on the tab
Panicmakerz- Forumember
- Posts : 55
Reputation : 1
Language : greek
Re: Edit Profile bar changes
Okay, then replace the above code with this one:
- Code:
#tabs a { display: none; } /* Hide the tabs from Edit Profile */
#tabs .activetab a, #tabs a[href*="avatars"], #tabs a[href*="informations"] { dipsplay: inline; color: #FFFFFF; } /* Keeps Information and Avatar tabs visilbe */
fieldset dl:hover dt label, #tabs .activetab a:hover span, #tabs .activetab a span { color: inherit; } /* Removes the black from hover*/
Re: Edit Profile bar changes
okay the code for the hovering worked.
But i still have no menu bar:

But i still have no menu bar:

Panicmakerz- Forumember
- Posts : 55
Reputation : 1
Language : greek
Re: Edit Profile bar changes
Oops..
I've misspelled the word display for the 2nd line of the code. If you see at the end of the 2nd line the word display is spelled wrong. If you want, by fixing this it should fix your problem as well!

I've misspelled the word display for the 2nd line of the code. If you see at the end of the 2nd line the word display is spelled wrong. If you want, by fixing this it should fix your problem as well!

Re: Edit Profile bar changes
oh didnt see that! Thank you very much for your help appreciate it, my problem is SOLVED!
Panicmakerz- Forumember
- Posts : 55
Reputation : 1
Language : greek
Re: Edit Profile bar changes
Sure thing. Glad i helped!


Problem solved & topic archived.
|

» Deleted personalized profile tweak still shows in profile edit page
» Link to edit own profile from mini profile
» Edit Profile
» How to edit the profile?
» Profile Fields Edit
» Link to edit own profile from mini profile
» Edit Profile
» How to edit the profile?
» Profile Fields Edit
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum