Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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,
    Valerie

    #993456

    Hey 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,
    Rikard

    #993567

    Hello

    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,
    Valerie

    #993632

    Hi,

    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,
    Rikard

    #993739

    Hi 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,
    Valerie

    #993809

    Hi,

    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,
    Rikard

    #993927

    Hi 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,
    Valerie

    #994223

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.