inherit
191448
0
Mar 28, 2013 9:37:12 GMT -8
donnaquixote
6
March 2013
donnaquixote
|
Post by donnaquixote on Mar 17, 2013 15:12:29 GMT -8
The bubble "outline" font (white and black) "home" "new topics" "help" "search", etc. under my banner is impossible to read. I can't read it and neither can any of my moderators. I'm hoping this is some sort of default font that I can change, but I can't find where to do that.
I'd like to launch my forum in the next 24 hours, but I'd like to fix that first.
Is it possible?
Thanks
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 19, 2013 1:17:51 GMT -8
I had to move your thread to the appropriate board as it was getting overlooked where it was. You should have gotten a pm about it. Perhaps you've already figured this out. Since you mentioned bubble, I'm assuming you have a V5 forum. To change the bubble color go to: Admin > Themes > Advanced Styles & CSS >Visual Editor
Navigation bar you should see the notification bubbles. Now for the menu, I honestly can't remember which one changed that and rather than click and change everything the easiest way is just to switch to the style sheet and add this at the bottom. #navigation-menu > ul li a.state-active { color: #0000ff;
} #navigation-menu>ul li a { color: #ff0000; }
|
|
inherit
191448
0
Mar 28, 2013 9:37:12 GMT -8
donnaquixote
6
March 2013
donnaquixote
|
Post by donnaquixote on Mar 20, 2013 8:18:31 GMT -8
Thanks. I will try that out and see what happens.
|
|
inherit
191448
0
Mar 28, 2013 9:37:12 GMT -8
donnaquixote
6
March 2013
donnaquixote
|
Post by donnaquixote on Mar 20, 2013 12:57:50 GMT -8
I was also wondering if there's a way to hide the gender of the members of my forum? Some people have said they prefer to not reveal that detail.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 20, 2013 17:35:09 GMT -8
If they go to their profile, on the right hand side they can click edit profile. New tabs will show up on top. Click Privacy and there you'll see the option to disable gender.
|
|
inherit
191448
0
Mar 28, 2013 9:37:12 GMT -8
donnaquixote
6
March 2013
donnaquixote
|
Post by donnaquixote on Mar 21, 2013 16:27:08 GMT -8
I don't have the V5 version. Any suggestions?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 22, 2013 3:34:23 GMT -8
They have the option to hide their gender in V4 too. They just need to modify their profile. Also, sorry about the misunderstanding about which version you have. You can't change the font as that is an image, however, you can change it to be just a text menu via your general settings in your admin panel. You can style it if you want. Example: <style> .menubg{ height: 30px; margin: 2px; } .menubg a:link{ background-color: #444444; color: #bbbbbb; font-family: tahoma; font-size: 1.2em; border-top: 1px solid #ffffff; border-right: 1px solid #dddddd; border-bottom: 1px solid #000000; border-left: 1px solid #dddddd; padding: 4px; -moz-border-radius:10px; -webkit-border-radius:10px; -border-radius:10px; } .menubg a:visited{ color: #dddddd; } .menubg a:hover{ background-color: #666666; color: #ffffff; text-decoration: none; </style>
There is also a code in the data base where you can remove the brackets located here: support.proboards.com/thread/70284You can just leave those blank where you edit, like I did below: var startChar = ''; //Start character var dividerChar = ''; //Dividing Character(s); var endChar = ''; //End character
|
|
inherit
191448
0
Mar 28, 2013 9:37:12 GMT -8
donnaquixote
6
March 2013
donnaquixote
|
Post by donnaquixote on Mar 23, 2013 5:05:58 GMT -8
I'm sorry. Where am I supposed to copy and paste this code?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 23, 2013 22:58:58 GMT -8
I'm sorry, the top of your global headers and the bolded part you copy and paste. The other code has instruction as to where to put it and what to edit.
|
|
inherit
191448
0
Mar 28, 2013 9:37:12 GMT -8
donnaquixote
6
March 2013
donnaquixote
|
Post by donnaquixote on Mar 28, 2013 9:37:11 GMT -8
That's perfect! Thank you for all of your help.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 29, 2013 22:47:34 GMT -8
You're welcome.
|
|