-
AuthorPosts
-
August 4, 2018 at 2:30 am #993392
Hello
I wondered if you could help me change the font color in my html table.
Is there some quick css I could use?Thank you,
ValerieAugust 4, 2018 at 8:45 am #993456Hey Valerie,
Could you post a link to the page in question so that we can take a closer look please? Also, what would you like to change and how?
Best regards,
RikardAugust 4, 2018 at 7:13 pm #993567Hello
Thank you for the quick response. You can view the table by submitting the form (sent a link in the private content).
Also, here is the html for the table
<table> <thead> <tr> <th>Problem-solving step</th> <th>Your response</th> <th>Response example</th> </tr> </thead> <tbody> <tr> <td>Identify the problem</td> <td>[1469]</td> <td>Ken's responsibilities have increased but no room has been made in his schedule.</td> </tr> <tr> <td>Relevant ethical codes</td> <td>[1470]</td> <td>5.02 Supervisory Volume - Ken's volume of supervision has exceeded his ability to be effective. </td> </tr> <tr> <td>Consider dimensions of the problem</td> <td>[1471]</td> <td>Ken has responsibilities to both his clients and his trainees. His workload has exceeded his ability to be effective to either group.</td> </tr> <tr> <td>Consider courses of action & potential consequences</td> <td>[1472]</td> <td>Decrease client caseload - Ken could take a look at his client caseload and see about transferring some cases to a colleague</td> </tr> <tr> <td>Select a course of action</td> <td>[1473]</td> <td>Ken considers how the standards encourage trainees to work with more than one supervisor. He asks his director about bringing in an additional BCBA to help with supervision.</td> </tr> <tr> <td>Implement and evaluate course of action</td> <td>[1483]</td> <td>The director was responsive to Ken's request. There was a part-time BCBA who had availability and interest in becoming a supervisor. Moving forward, the case assignments will be adjusted to accommodate the extra hours supervisors will now need for supervision contacts.</td> </tr> </tbody> </table>
I am trying to make the font black.
Thank you,
ValerieAugust 5, 2018 at 8:17 am #993632Hi,
Thanks for the feedback, though I get this result when submitting the form?
Dear Enfold Support,
Please select submit in the form below to view the table.
SUGGESTED RESPONSES
No Entries Found
Best regards,
RikardAugust 5, 2018 at 8:35 pm #993739Hi Rikard,
Thank you and sorry for the dead-end. You need to be logged in. Can you try again using the log-in credentials?
Thank you,
ValerieAugust 6, 2018 at 6:50 am #993809Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-41384 tr:nth-child(even), .page-id-41384 tr:nth-child(odd) { color:#000 !important; }
Best regards,
RikardAugust 6, 2018 at 2:16 pm #993927Hi Rikard,
Thank you for the CSS. The table is actually on a different page, I just placed it there for your review. The actual table is embedded in a LearnDash course. How would the CSS change? I pasted the url in the private content.
Alternatively, is there a way to make all tables use the black font?
Thank you,
ValerieAugust 7, 2018 at 6:05 am #994223Hi Valerie,
Thanks for the feedback, if you want the CSS to apply globally then you could try this instead:
tr:nth-child(even), tr:nth-child(odd) { color:#000 !important; }
If you want to limit the CSS to only one page then please link to it directly so that we can see the ID of the page.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.