Can I make the title of the speaker appear under the name without compromising design?

  1. Home
  2. Docs
  3. Tyler
  4. Frequently Asked Question...
  5. Can I make the title of the speaker appear under the name without compromising design?

Can I make the title of the speaker appear under the name without compromising design?

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.

You can make the title text fit in one line by editing the style.

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

To make the title of the speaker appear under their name open layout.css style sheet via FTP;

(wp-content – > themes -> Tyler -> css -> layout.css) via the cpanel or FTP server.

Add the following style in your style sheet

.single-session .heading .nav, .single-speaker .heading .nav{

width: 15%;

font-size:22px;

}

.single-session .heading h1, .single-speaker .heading h1{

font-size: 30px; /* you can change this value to any other value */

}

.sessions.list .session .title {

font-size:14px;

 

}

Then update the file.

 

Was this article helpful to you? Yes No 1