Skip to Content Skip to Menu

Inline CSS location?

  • cliffvt
  • cliffvt
  • OFFLINE
  • Posts: 180
  • Thanks: 27
  • Karma: 6
10 years 9 months ago #239298 by cliffvt
Inline CSS location? was created by cliffvt
Hi There

I am trying to change the background colour on my input forms from F4F4F4 to something else but try as I may I cannot find the divpbnewcommentblog or cbpbEditorContainer variables where this is set for example the Profile Book tab on the CB profile. Using the WebFX template.

Firebug says:
element {
}
.cbpbEditorContainer {
border: 2px solid #CCC;
background-color: #F4F4F4;
margin: 0px 0px 20px;
padding: 10px;
display: block;
width: auto;
}

Any idea where I can find this to change?

Thanks alot

Cliff

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
10 years 9 months ago #239314 by krileon
Replied by krileon on topic Inline CSS location?
Inline styling is within "element", which there is none. Chrome or Firebug for Firefox will tell you exactly where cbpbEditorContainer is if you right click and click inspect element on the input. It should have the filename and line number directly to the right in the top right corner of the CSS box, which you can click or hove for the exact path. CBSubs template files and styling can be found below though.

components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/templates/

CB ProfileBook is pretty old though so it likely is abusing inline styling and you'd have to edit the plugin or use !important tags to override the inline styling in your new CSS.


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