Skip to Content Skip to Menu

profle wall text editor

13 years 2 months ago #173347 by terryleopard
profle wall text editor was created by terryleopard
Hi.

The text editor on my user profile wall currently appears as white text on a white background. Could someone tell me where to change the background color for this.

Also I would like to be able to remove some of the formatting options from the editor. like bold / italic and colors etc. What di I have to edit to achieve this ?

Please Log in or Create an account to join the conversation.

13 years 2 months ago - 13 years 2 months ago #173414 by terryleopard
Replied by terryleopard on topic Re: profle wall text editor
Well. I've found out where to change this myself now.

Its in cb.profilebook.php

Thanks for the speedy and efficient support :angry:
Last edit: 13 years 2 months ago by terryleopard.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
13 years 2 months ago #173422 by nant
Replied by nant on topic Re: profle wall text editor

terryleopard wrote: Well. I've found out where to change this myself now.

Its in cb.profilebook.php

Thanks for the speedy and efficient support :angry:


Sorry we could not respond quicker than 24 hours.

Thanks for sharing your solution.

However I believe you should be able to do this with css.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48424
  • Thanks: 8274
  • Karma: 1443
13 years 2 months ago #173427 by krileon
Replied by krileon on topic Re: profle wall text editor
This is due to your Joomla template assigning white text. Am guessing you've a dark background or dark design to your site? The below CSS will force the text without the ProfileBook input to black.
Code:
.cbpbEditorContainer input, .cbpbEditorContainer textarea { color: black; }

Depending on templates CSS the above could still get overridden and should be placed at bottom of Joomla template CSS file for best results.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum