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) But here's how to hide the tabs. Add this in your CSS:
- 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.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
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*/
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
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!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
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.
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» Can't Edit Profile Fields
» how to edit position profile?
» Admin Edit Profile
» Members can edit profile field?
» Fonts in the profile edit page
» how to edit position profile?
» Admin Edit Profile
» Members can edit profile field?
» Fonts in the profile edit page
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum