Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [SOLVED] Color of text in toolbar

[SOLVED] Color of text in toolbar 13 years 1 month ago #15423

  • derekkoopowitz
  • derekkoopowitz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
I modified the icons from the default since the original one's aren't as legible as I'd like... now I'd like to modify the color of the text in the toolbar - the blue on black doesn't work for me (and my users) and I'd like to change the text color to white on black.

Any ideas on what file to modify? I've attached a screen shot of the toolbar in question...

[attachment=0:19yvoyug]<!-- ia0 -->toolbar.png<!-- ia0 -->[/attachment:19yvoyug]
Attachments:

  • Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.

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

Last Edit: by derekkoopowitz.

[SOLVED] Color of text in toolbar 13 years 1 month ago #15426

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
That color is coming from your site template, not DT Register. Look in your template.css and search for "toolbar". You'll find various styling that is being applied there. Thanks.

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

[SOLVED] Color of text in toolbar 13 years 1 month ago #15439

  • derekkoopowitz
  • derekkoopowitz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0

dthadmin wrote: That color is coming from your site template, not DT Register. Look in your template.css and search for "toolbar". You'll find various styling that is being applied there. Thanks.



I checked my template.css file and I don't have any "toolbar" text in it... perhaps I'm looking in the wrong place - this is the location I'm looking in:

/templates/ja_purity/css

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

[SOLVED] Color of text in toolbar 13 years 1 month ago #15445

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Is the ja_purity template the one you are using? That would determine if you are looking in the right place or not. That default template does not have styling applied to the toolbar.

You can also add a background color for the toolbar in DT Register's CSS. There is styling for the toolbar there, but no background color is given... so that's coming from elsewhere. You should be able to override whatever else though:

/components/com_dtregister/assets/css/main.css

Look for this:

table.toolbar a {

Inside of the brackets on this item, add something like this:

background: #ffffff;

That will give a white background. Change the color as desired.

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

[SOLVED] Color of text in toolbar 13 years 1 month ago #15446

  • derekkoopowitz
  • derekkoopowitz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0

dthadmin wrote: Is the ja_purity template the one you are using? That would determine if you are looking in the right place or not. That default template does not have styling applied to the toolbar.


Yes, ja_purity is our template. That explains why I couldn't find anything. I'll make the changes you outlined to the main.css and hopefully that will help.

Thanks!

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

[SOLVED] Color of text in toolbar 13 years 1 month ago #15447

  • derekkoopowitz
  • derekkoopowitz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0

dthadmin wrote: Is the ja_purity template the one you are using? That would determine if you are looking in the right place or not. That default template does not have styling applied to the toolbar.

You can also add a background color for the toolbar in DT Register's CSS. There is styling for the toolbar there, but no background color is given... so that's coming from elsewhere. You should be able to override whatever else though:

/components/com_dtregister/assets/css/main.css

Look for this:

table.toolbar a {

Inside of the brackets on this item, add something like this:

background: #ffffff;

That will give a white background. Change the color as desired.


Making this change did the trick! The toolbar is totally legible now and much easier on the eyes... see below.

Thanks again for the information and help!


[attachment=0:3h05kjor]<!-- ia0 -->toolbar.png<!-- ia0 -->[/attachment:3h05kjor]
Attachments:

  • Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.

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

  • Page:
  • 1
Time to create page: 0.860 seconds