I'm fairly comfortable styling pages and pages elements using CSS once I find what I need to target. That goes for site wide and page/module specific.
I'm having a problem reaching the page / form and form elements on the page and form that comes up when you want to email another user from their profile.
The format on the site is along the lines of
/my-profile/emailuser.html?uid=65 with obviously the number varying with user.
Using firebug the form seems to have an ID of "adminForm" although I'd really like to style the entire body including the content heading (which I would do if I could just target this page).
As everyone will have this link option I wonder how they've gone on to style the page and what they've used as the target (as I only want styling to affect this page)
The Send Email form currently doesn't have any specific CSS classes or IDs. It will with release of CB 1.10.0 though. You can however use the onBeforeEmailUserForm trigger in a CB Auto Actions Code action with Method set to CSS (Inline). This will let you add CSS specific to that page. Next CB release you'll be able to just target cbEmailUser class.
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.