Author Topic: Change color of category name in the 'submit entry' form  (Read 2561 times)

0 Members and 1 Guest are viewing this topic.

Offline doone

how do I do this? I have a dark template and the category names are too dark. (way down where you 'add' categories).
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline Trinity

  • Sobi Team
  • Development
  • Sobi Hero
  • *
  • Posts: 8956
  • Reviews:

    What is it?

    • Sobi Team Member
Re: Change color of category name in the 'submit entry' form
« Reply #1 on: 26. May 2008, 07:13:48 »

Take a look to the generated source code. In Firefox press Ctrl-U in IE6 this is F11. In the source code you will find the used CSS classes resp. IDs for the HTML tags.
Using Web Developer Toolbar or Firebug will help you.

Here is a description of the CSS file: http://www.sigsiu.net/standard_css_file.html

Trinity
Support SobiPro - Submit a review on JED
If you want ongoing development for SobiPro and new applications being developed we need your review for SobiPro in the Joomla Extensions Directory.
Thank you very much :w00t:
Country: Germany Germany |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Sigsiu.NET

Do you want continued ongoing development, new features and active support?
Please write a review or just vote for SOBI on JED.

Offline doone

Re: Change color of category name in the 'submit entry' form
« Reply #2 on: 26. May 2008, 21:02:31 »
Well, I figured out how to change the color of the entire table, but I didn't want to do that.  Gave up for awhile, then went back in and I can't edit it file:

[Exception... "'Permission denied to get property Window.CodePress' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
submitform("saveset")joomla.javascript... (line 352)
submitbutton("saveset")

Could it be because I deleted all the background colors for the v-card/detailed view except for the one I created? It would 'flash' the color I changed it to, and then go to the color I didn't want. Cleared Cache, reloaded....more than once. Still didn't work, so I deleted all backgrounds except for the one I wanted.

Guess I'll have to download it (css) & try that way. But if you could just give me a hint as to which ID I'm editing....It's the only thing I need to modify to match my template.I spent forever on it...

Doone
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline doone

Re: Change color of category name in the 'submit entry' form
« Reply #3 on: 27. May 2008, 23:37:03 »
div.sigsiuTree a, .sigsiuTree a, a.treeNode:hover, a.treeNode, a.treeNode:visited {
   color: #33CC00 !important;   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< here it it !!!!!!!!!!!
   text-decoration: none !important;
   font-weight: normal !important;

The one area with the word IMPORTANT.

I still can't edit the css within the program. Not sure what happened there. It's quicker using Smart FTP anyhow.
Country: United States United States |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile

Offline Trinity

  • Sobi Team
  • Development
  • Sobi Hero
  • *
  • Posts: 8956
  • Reviews:

    What is it?

    • Sobi Team Member
Re: Change color of category name in the 'submit entry' form
« Reply #4 on: 28. May 2008, 07:32:39 »


Quote
I still can't edit the css within the program. Not sure what happened there.

Login to you administration area of Joomla using your valid live site address.
That means if your live site is www.yoursite.com, use www.yoursite.com/administrator to login, NOT without www. And vice versa.

Trinity
Support SobiPro - Submit a review on JED
If you want ongoing development for SobiPro and new applications being developed we need your review for SobiPro in the Joomla Extensions Directory.
Thank you very much :w00t:
Country: Germany Germany |  OS: Unknown Unknown Browser: Unknown Unknown | View Profile Sigsiu.NET

Tags: