Skip to Content Skip to Menu

Changing Colours

  • mlangtry
  • mlangtry
  • OFFLINE
  • Posts: 8
  • Thanks: 1
  • Karma: 0
1 year 6 months ago #333600 by mlangtry
Changing Colours was created by mlangtry
Hello everyone...
Another NEWB question... is there a way to change the colour of  the "required" 'grey star' that users see on the registration page. It's grey, people are dim and miss it...
Change it in the description as well as in the form (beside each 'required' field, and all other places?
Possibly, change the colours of the 'Eye' (visible field) and the crossed out 'eye' (non visible field)

It's just so grey....

Is it in the CSS somewhere??? 

Thanks All.
Mike
Attachments:

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

  • krileon
  • krileon
  • OFFLINE
  • Posts: 48419
  • Thanks: 8274
  • Karma: 1443
1 year 6 months ago #333602 by krileon
Replied by krileon on topic Changing Colours
You can use the built in CSS override functionality shown below to output custom CSS.

www.joomlapolis.com/blog/kyle/18711-template-css-overrides-made-easy

You can restyle them using the following CSS classes.

Required: .cb_template .cbFieldIcons .fa-star
Visibility: .cb_template .cbFieldIcons .fa-eye
Description: .cb_template .cbFieldIcons .fa-info-circle

Example styles as follows.
Code:
.cb_template .cbFieldIcons .fa-star { color: red !important; } .cb_template .cbFieldIcons .fa-eye { color: green !important; } .cb_template .cbFieldIcons .fa-info-circle { color: purple !important; }


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.

  • mlangtry
  • mlangtry
  • OFFLINE
  • Posts: 8
  • Thanks: 1
  • Karma: 0
1 year 5 months ago #333663 by mlangtry
Replied by mlangtry on topic Changing Colours
Brilliant, worked like a charm, thank you so much.
The following user(s) said Thank You: krileon

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

Moderators: beatnantkrileon
Powered by Kunena Forum