How do i change the colour of the text for my schedule?

  1. Home
  2. Docs
  3. Tyler
  4. Frequently Asked Question...
  5. How do i change the colour of the text for my schedule?

How do i change the colour of the text for my schedule?

Don’t forget to take a backup of the file prior to any change. We won’t be able to help in case of data loss.

Please open your style sheet ( wp-content -> themes ->Tyler ->css ->layout.css ) via the cpanel or FTP

Please don’t forget to take a backup of the file prior to any change.

Add the following style at the end of the page

.sessions .session-inner .title {

color:#000000; // your colour

}

Then update the file.

 

Was this article helpful to you? Yes No