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

TOPIC:

Remove white background behind item fields ? 02 Feb 2014 19:02 #12119

  • Collins
  • Collins's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
:unsure: I am pretty sure this is a stupid question, but I cant figure out how to change the background color of the item screen. My component is working, user clicks on a list of records (collection) and is sent to a screen where they can edit the record (the item screen). Inside the form (below the "save, delete" etc buttons) are the fields to the user can edit. Behind all those fields is a white background. In firefox I cannot isolate the section to determine what if any CSS is causing this. I want to make it transparent, or just fill it with the background color of my theme.

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

Remove white background behind item fields ? 02 Feb 2014 19:45 #12120

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
CSS topic.
It concerns the template you are using...

You can use the developper-tools of Firefox/Chrome to debug it easily.
Coding is now a piece of cake

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

Remove white background behind item fields ? 02 Feb 2014 22:03 #12121

Sorry if this is old news

1) View the form in CHROME
2) Right click the invisible section you want to check out
3) Left click INSPECT ELEMENT
4) IN the dev window, at the right hand side click the COMPUTED tab
5) Make sure SHOW INHERITIED is ticked
6) Look at items like COLOUR and BACKGROUND colout to see which file / style sheet is giving you issues and generating the wrong colour

Push comes to shove as a temp fix, in your components style sheet just add styling for element you want to alter and add !important; at the end of the style example

background-color : #444 !important;

this will override absolutely any other styling, even any that is rendered later (unless that also has an !important label, which means last loaded will override
Morgan Leecy MCSE

Novell / Linux
PHP. MYSQL, Apache, node.js
Coldfusion, JQuery, HTML5
Joomla

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

Last edit: by MorganL.
  • Page:
  • 1
Time to create page: 0.074 seconds

This is what you call a component builder. I was able to master using this in a very short time and the resulting component works like a charm. Not just a basic component builder but a fully working component builder with forms fields tables all ready to go. You can make the list and item views to display in the front and back end. Also there is a great forum just starting to evolve and I'm sure this will grow very rapidly when you all realise how good this tool is.
Kevin (JED)

         

Get Started